Skip to main content
POST
/
acs
/
access_groups
/
add_user
await seam.acs.accessGroups.addUser({
  acs_access_group_id: "55efa954-2b84-42af-8d05-fc1f892df51c",
  acs_user_id: "ebf54c67-746c-471f-a03f-86665148a84c",
});

/*
// 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 to which you want to add an access system user.

acs_user_id
string<uuid>

ID of the access system user that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id.

user_identity_id
string<uuid>

ID of the desired user identity that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same email_address or phone_number as the user identity that you specify, they are linked, and the access group membership belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.

Response

OK

ok
boolean
required