Users
ACS users to whom to grant access to specific physical spaces
The acs_user
object represents a user within an access control system (ACS).
acs_user
Properties
acs_user
PropertiesThe acs_user
object has the following properties:
Property | Type | Description |
---|---|---|
| String (UUID) Required | ID of the user |
| String (UUID) Required | ID of the access control system that contains the user |
| String (UUID) Required | ID of the workspace that contains the user |
| String Required | Date and time at which the user was created |
| String Required | Display name for the user |
| String Optional | Brand-specific terminology for the user type |
| String Optional | Display name that corresponds to the brand-specific terminology for the user type |
| Boolean Required | Indicates whether the user is currently suspended |
| Object Optional |
|
| String (UUID) Optional | ID of the user identity associated with the user |
| String Optional | Email address of the user identity associated with the user |
| String Optional | Phone number of the user identity associated with the user in E.164 format (for example, |
| String Optional | Full name of the user |
| String Optional | Email address of the user |
| String Optional | Phone number of the user in E.164 format (for example, |
acs_user
Methods
acs_user
MethodsYou can perform the following actions on acs_user
objects:
Last updated