Update an existing user by authId
Required scope - write_user. Assigning a privileged role (e.g. super_admin) additionally requires the caller to hold the root scope.
Path parameters
The authId of the user
Request body
Example request
{
"attributes": {
"1": "value for attributeId 1",
"2": "value for attributeId 2"
}
}Response
Example response
{
"user": {
"attributes": {
"attribute name 1": "value for attribute name 1",
"attribute name 2": "value for attribute name 2"
}
}
}Changes
Changed in 13 of the 50 revisions of this API.19831
- ○
added the optional property
user/allOf[User]/invitationExpiresAtto the response with the200statusresponse-optional-property-added
- ○
- ○
added the required property
user/allOf[User]/isInvitingto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
user/allOf[subschema #2]/orgGroupsto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
attributesnew-optional-request-property
- ○
added the optional property
user/allOf[subschema #2]/attributesto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
orgSlugnew-optional-request-property
- ○
- ○
added the optional property
user/allOf[subschema #2]/orgto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
user/allOf[User]/linkedAuthIdto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the response property
user/allOf[User]/authIdbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/createdAtbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/deletedAtbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/emailbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/emailVerifiedbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/firstNamebecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/idbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/isActivebecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/lastNamebecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/localebecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/otpVerifiedbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/smsPhoneNumberVerifiedbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/socialAccountIdbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/socialAccountTypebecame required for the status200response-property-became-required
- ○
the response property
user/allOf[User]/updatedAtbecame required for the status200response-property-became-required
- ○
the response property
user/allOf[subschema #2]/rolesbecame required for the status200response-property-became-required
- ○
added the required property
user/allOf[User]/loginCountto the response with the200statusresponse-required-property-added
- ○
added the required property
user/allOf[User]/mfaTypesto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
user/allOf[User]/smsPhoneNumberVerifiedto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
user/allOf[User]/googleIdfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
user/allOf[User]/socialAccountIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
user/allOf[User]/socialAccountTypeto the response with the200statusresponse-optional-property-added
- ●