Update an ACS User
Last updated
Was this helpful?
Last updated
Was this helpful?
Updates the properties of a specified .
Update the properties of a specific .
Code
Output
access_schedule
Object
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
.
acs_system_id
String
ID of the access system that you want to update. You can only provide acs_system_id with user_identity_id.
acs_user_id
String
ID of the access system user that you want to update. You can only provide acs_user_id or user_identity_id.
email
String
email_address
String
full_name
String
hid_acs_system_id
String
phone_number
String
user_identity_id
String
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.
void
Update the properties of a specific .
Update the properties of a specific .
Update the properties of a specific .
Update the properties of a specific .
Update the properties of a specific .
Email address of the .
Full name of the .
Phone number of the in E.164 format (for example, +15555550100
).