For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update user

Update user in account

put

Update account user. Available for Operations account with platform account management permissions or to the user himself. Accepts a delta payload with fields to update (e.g. email, firstName, lastName, phone, settings). Returns the updated account user object.

Path parameters
accountIdstringRequired

Account identifier.

userIdstringRequired

User identifier.

Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
emailstringOptional
statusstringOptional
firstNamestringOptional
lastNamestringOptional
Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
emailstringOptional
statusstringOptional
firstNamestringOptional
lastNamestringOptional
put
/public/v1/accounts/accounts/{accountId}/users/{userId}

Last updated

Was this helpful?