Update a User
Update the properties of a specified ACS user
Updates any of the following properties of a specified ACS user:
full_nameemail_addressphone_numberaccess_schedule
Updates the properties of a specified access system user.
ID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id.
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.
ID of the access system that you want to update. You can only provide acs_system_id with user_identity_id.
Full name of the access system user.
Phone number of the access system user in E.164 format (for example, +15555550100).
Email address of the access system user.
OK
Bad Request
Unauthorized
Request
Specify the desired ACS user by including the corresponding acs_user_id in the request body. In addition, in the request body, include the properties that you want to update, along with the desired replacement values.
Request Body Parameters
acs_user_id
String (UUID) Required
ID of the desired ACS user
full_name
String Optional
Replacement full name for the ACS user
email_address
String Optional
Replacement email address for the ACS user
phone_number
String Optional
Replacement phone number for the ACS user in E.164 format (for example, +15555550100)
access_schedule
Object Optional
Replacement starts_at and ends_at dates/times for the ACS user's access
Sample Request
Response
Returns a Boolean ok status indicator or void.
Sample Response
Last updated
Was this helpful?

