Remove an ACS User from an Access Group

Removes a specified access system user from a specified access group.

Specify the acs_access_group_id and acs_user_id to remove an ACS user from an access group.

Code

await seam.acs.accessGroups.removeUser({
  acs_access_group_id: "44444444-4444-4444-4444-444444444444",
  acs_user_id: "33333333-3333-3333-3333-333333333333",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_access_group_id String (Required)

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


acs_user_id String

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


user_identity_id String

ID of the user identity associated with the user that you want to remove from an access group.


Response

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs