Skip to main content
POST
/
user_identities
/
add_acs_user
await seam.userIdentities.addAcsUser({
  user_identity_id: "68dd3d7e-c90b-4c89-ad70-3e589014ed87",
  acs_user_id: "d73f4706-67e3-419d-899e-ec957a75ee0c",
});

/*
// 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_user_id
string<uuid>
required

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

user_identity_id
string<uuid>

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

user_identity_key
string

Key of the user identity to which you want to add an access system user.

Response

OK

ok
boolean
required