Skip to main content
POST
/
acs
/
entrances
/
grant_access
await seam.acs.entrances.grantAccess({ acs_entrance_id: "d23d7180-c1ee-4bbe-8630-05df5031ce35", user_identity_id: "c6247b75-f1cb-493a-9915-a85a0b9639ae", }); /* // 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_entrance_id
string<uuid>
required

ID of the entrance to which you want to grant an access system user access.

acs_user_id
string<uuid>

ID of the access system user to whom you want to grant access to an entrance. You can only provide one of acs_user_id or user_identity_id.

user_identity_id
string<uuid>

ID of the user identity to whom you want to grant access to an entrance. 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