Update a User
Update the properties of a specified ACS user
Updates any of the following properties of a specified ACS user:
full_name
email_address
phone_number
access_schedule
/acs/users/update
OK
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
Parameter | Type | Description |
---|---|---|
| String (UUID) Required | ID of the desired ACS user. |
| String Optional | Replacement full name for the ACS user. |
| String Optional | Replacement email address for the ACS user. |
| String Optional | Replacement phone number for the ACS user in E.164 format (for example, |
| Object Optional | Replacement |
Sample Request
Response
Returns a Boolean ok
status indicator or void.
Sample Response
Last updated