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
- 200
- 400
- 401
- 429
Updated SDK user profile
Validation error (invalid email, phone format, or field too long)
Missing or invalid SDK identity headers
Too many SDK identity validation attempts