Skip to main content
POST
/
acs
/
access_groups
/
remove_user
await seam.acs.accessGroups.removeUser({
  acs_access_group_id: "e320069d-59ba-4adb-a465-f4f01a833e07",
  user_identity_id: "3d662a00-5d7c-41b4-aee7-16c385964149",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_access_group_id
string<uuid>
required

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

acs_user_id
string<uuid>

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

user_identity_id
string<uuid>

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

Response

OK

ok
boolean
required