List Access Groups
Get all access groups
Returns a list of all access groups.
/acs/access_groups/list
OK
Request
To filter the list of returned access groups by a specific access control system or ACS user, include one or both of the acs_system_id
or acs_user_id
parameters, respectively, in the request body. If you omit these parameters, the response includes all access groups in your workspace.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Optional | ID of the access control system for which you want to retrieve all access groups |
| String (UUID) Optional | ID of the user for which you want to retrieve all access groups |
Sample Request
Response
Returns an acs_access_groups
array, in which each returned acs_access_group
contains the following properties:
Property | Description |
---|---|
| ID of the access group |
| Name of the access group |
| Display name for the access group |
| Brand-specific terminology for the access group type |
| Display name that corresponds to the brand-specific terminology for the access group type |
| ID of the access control system that contains the access group |
| ID of the workspace that contains the access group |
| Date and time at which the access group was created |
Sample Response
Last updated