Create a User
Create a new ACS user
Creates a new ACS user.
/acs/users/create
OK
Request
Specify the characteristics of the new ACS user by including the corresponding parameters in the request body. Also, include the acs_system_id
of the access control system to which you want to add the new ACS user. In addition, you can specify the acs_access_group_ids
of the access groups to which you want to add the new ACS user, as well as a user_identity_id
if you want to associate the new ACS user with a user identity.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Required | ID of the access control system to which to add the new ACS user. |
| Array of strings (UUIDs) Optional | Array of access group IDs to indicate the access groups to which to add the new ACS user. |
| String (UUID) Optional | ID of the user identity with which to associate the new ACS user. |
| String Optional | Full name of the new ACS user. |
| String Optional | Email address of the new ACS user. |
| String Optional | Phone number of the new ACS user in E.164 format (for example, |
| Object Optional |
|
Sample Request
Response
Returns an acs_user
containing the following properties:
Property | Description |
---|---|
| ID of the ACS user |
| Display name for the ACS user |
| Full name of the ACS user |
| Email address of the ACS user (for backward compatibility) |
| Email address of the ACS user |
| Phone number of the ACS user in E.164 format (for example, |
| ID of the access control system that contains the ACS user |
| ID of the workspace that contains the ACS user |
| Date and time at which the ACS user was created |
| Indicates whether the ACS user is currently suspended |
|
|
| ID of the user identity associated with the ACS user |
| Email address of the user identity associated with the ACS user |
| Phone number of the user identity associated with the ACS user in E.164 format (for example, |
Sample Response
Last updated