Get an Access Group

Get a specified access group

Returns a specified access group.

/acs/access_groups/get

post

Returns a specified access group.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_access_group_idstring Β· uuidRequired

ID of the access group that you want to get.

Responses
200

OK

application/json
post
/acs/access_groups/get

Request

Specify the desired access group by including the corresponding acs_access_group_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_access_group_id

String (UUID) Required

ID of the desired access group

Sample Request

Response

Returns an acs_access_group containing the following properties:

Property
Description

acs_access_group_id

ID of the access group

name

Name of the access group

display_name

Display name for the access group

external_type

Brand-specific terminology for the access group type

external_type_display_name

Display name that corresponds to the brand-specific terminology for the access group type

acs_system_id

ID of the access control system that contains the access group

workspace_id

ID of the workspace that contains the access group

created_at

Date and time at which the access group was created

Sample Response

Last updated

Was this helpful?