Remove a User from an Access Group

Remove a specified ACS user from a specified access group

Removes a specified ACS user from a specified 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

ParameterTypeDescription

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

seam.acs.users.remove_from_access_group(
  acs_user_id="33333333-3333-3333-3333-333333333333",
  acs_access_group_id="44444444-4444-4444-4444-444444444444"
)

Response

Returns a Boolean ok status indicator or void.

Sample Response

None

Last updated

Logo

© Seam Labs, Inc. All rights reserved.