Update ProfilePUT
Replace the client profile data. Send the full updated profile object, including all fields that should remain on the profile.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Request Body
application/jsonRequiredprofile
The client profile
emailstringRequired. Must be a valid, unique email address; used as the client login.
firstNamestringlastNamestringipAddressstringlanguagestringaddressstringzipCodestringcitystringstatestringcountrystringphonestringcompanystringmetaDatastringbirthDatestringFormat:
"int64"timezoneIANA timezone, e.g. "Europe/London"; "" = UTCpasswordstringRequired on create, min 8 chars. Write-only: stored hashed and never returned in any response.
Path Parameters
profile.idRequiredstringServer-assigned on create; leave empty when creating a profile.
A successful response.