Saltar al contenido principal

Update SDK user profile

PUT 

/v1/sdk/me

Partial update (PATCH-by-presence) of the authenticated SDK user's own profile. Omitted fields keep their current values; present fields replace them (empty string clears the field).

Validation:

  • name: max 120 characters.
  • email: max 254 characters; must match [^@]+@[^@]+\.[^@]+ when non-empty.
  • phone: strict E.164 format (^\+[1-9]\d{7,14}$) when non-empty.
  • address: max 255 characters.

Request

Responses

Updated SDK user profile