Add a User to an Access Group

Add a specified ACS user to a specified access group

Adds a specified ACS user to a specified access group.

/acs/users/add_to_access_group

post

Adds a specified access system user to a specified access group.

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

ID of the access system user that you want to add to an access group.

acs_access_group_idstring Β· uuidRequired

ID of the access group to which you want to add an access system user.

Responses
post
/acs/users/add_to_access_group

Request

Specify the desired ACS user and access group by including the corresponding acs_user_id and acs_access_group_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_user_id

String (UUID) Required

ID of the desired ACS user

acs_access_group_id

String (UUID) Required

ID of the desired access group

Sample Request

Response

Returns a Boolean ok status indicator or void.

Sample Response

Last updated

Was this helpful?