Ana içeriğe atla
PUT
/
users
/
me
Kullanıcı profilini güncelle
curl --request PUT \
  --url https://app.azalt.co/api/v1/users/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "phone": "<string>"
}
'
{
  "name": "<string>",
  "phone": "<string>",
  "email": "<string>",
  "locale": "<string>",
  "settings": {},
  "currentOrganizationId": "<string>",
  "currentOrganizationName": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.azalt.co/llms.txt

Use this file to discover all available pages before exploring further.

Yetkilendirmeler

Authorization
string
header
gerekli

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Gövde

application/json
name
string
phone
string
locale
enum<string>
Mevcut seçenekler:
tr,
en

Yanıt

Successful response

name
string | null
gerekli
phone
string | null
gerekli
email
string
gerekli
locale
string | null
gerekli
settings
object
gerekli
currentOrganizationId
string | null
gerekli
currentOrganizationName
string | null
gerekli