Update an ACS User
Updates the properties of a specified access system user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
starts_at and ends_at timestamps for the access system user's access. If you specify an access_schedule, you may include both starts_at and ends_at. If you omit starts_at, it defaults to the current time. ends_at is optional and must be a time in the future and after starts_at.
ID of the access system that you want to update. You can only provide acs_system_id with user_identity_id.
ID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id.
Email address of the access system user.
Full name of the access system user.
1Phone number of the access system user in E.164 format (for example, +15555550100).
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.
Response
OK

