Grant a User Identity Access to a Device

Grants a specified user identity access to a specified device.

Specify the desired user_identity_id and device_id.

Code

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

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

device_id String (Required)

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


user_identity_id String (Required)

ID of the user identity that you want to grant access to a device.


Response

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs