Revoke ACS User Access to All Entrances
await seam.acs.users.revokeAccessToAllEntrances({
user_identity_id: "aadb341e-6cd5-4c8b-9561-8f686f84160c",
acs_system_id: "d42163f1-ac2d-4c15-a651-5f2e0007b297",
});// voidcurl --include --request POST "https://connect.getseam.com/acs/users/revoke_access_to_all_entrances" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"user_identity_id": "aadb341e-6cd5-4c8b-9561-8f686f84160c",
"acs_system_id": "d42163f1-ac2d-4c15-a651-5f2e0007b297"
}
EOF{}Request Parameters
Response
Examples
Revoke access to all entrances for an access system user
Last updated
Was this helpful?

