Update a User
Update the properties of a specified ACS user
Updates the properties of a specified access system user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring · uuidOptional
ID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id.
user_identity_idstring · uuidOptional
ID of the user identity that you want to update. You can only provide acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.
acs_system_idstring · uuidOptional
ID of the access system that you want to update. You can only provide acs_system_id with user_identity_id.
full_namestring · min: 1Optional
Full name of the access system user.
emailstring · emailOptionalDeprecated
phone_numberstringOptional
Phone number of the access system user in E.164 format (for example, +15555550100).
email_addressstring · emailOptional
Email address of the access system user.
hid_acs_system_idstring · uuidOptional
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/acs/users/updateRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

