Update an ACS User
Updates the properties of a specified ACS user.
Request
Response
Request Parameters
access_schedule
access_schedule
Type: object
Required: No
starts_at
and ends_at
timestamps for the acs_user
's access. If you specify an access_schedule
, you must include both starts_at
and ends_at
. ends_at
must be a time in the future and after starts_at
. Only applicable to Salto KS access control systems.
acs_user_id
acs_user_id
Type: string
Required: Yes
ID of the acs_user
.
email
email
Type: string
Required: No
email_address
email_address
Type: string
Required: No
Email address of the acs_user
.
full_name
full_name
Type: string
Required: No
Full name of the acs_user
.
hid_acs_system_id
hid_acs_system_id
Type: string
Required: No
phone_number
phone_number
Type: string
Required: No
Phone number of the acs_user
in E.164 format (for example, +15555550100
).
Return Type
void
Last updated