Skip to main content
POST
/
user_identities
/
revoke_access_to_device
await seam.userIdentities.revokeAccessToDevice({
  user_identity_id: "a5a48343-a95e-4f51-a5d9-1e4241b73553",
  device_id: "92874f9e-a2b5-4d49-a039-0280196ad4d5",
});

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

ID of the managed device to which you want to revoke access from the user identity.

user_identity_id
string<uuid>
required

ID of the user identity from which you want to revoke access to a device.

Response

OK

ok
boolean
required