Revoke Access to a Device from a User Identity

POST /user_identities/revoke_access_to_device ⇒ void

Revokes access to a specified device from a specified user identity.

Request

await seam.userIdentities.revokeAccessToDevice({
  user_identity_id: "f3a328b4-dd04-4370-9000-d52b7a01b0bf",
  device_id: "054765c8-a2fc-4599-b486-14c19f462c45",
});

Response

// void

Request Parameters

device_id

Type: string Required: Yes

ID of the desired managed device.


user_identity_id

Type: string Required: Yes

ID of the desired user identity.


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.