PUT request to update an existing user.
This is a partial update and only those values specified will be updated.
You cannot use this endpoint to update the username or the password for an existing user.
To update the password you must first get a token from the Password Reset Token endpoint and then use that token with the Set User Password endpoint.
If a value for externalIdentifier is specified, then ● the user will be enabled for SSO ● the existing password for the user will be removed ● if the user had been enabled for “Connect using Google” this feature will be removed.
If the value specified for externalIdentifier is an empty string, then SSO functionality is removed from the user, allowing for a Connect password to be set.
The details for the user are in a JSON object included in the HTTP body.
Ensure you have set the content-type of the request body to “application/json;charset=UTF-8”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.