Grant a User Identity Access to a Device

Grants a specified user identity access to a specified device.

Grants a specified user identity access to a specified device.

Code

await seam.userIdentities.grantAccessToDevice({
  user_identity_id: "4e9b7099-bcad-4af6-bb78-88b96cc347bd",
  device_id: "6de31c5d-c8a3-4b25-a86b-a9c5075a5eb8",
});

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

Last updated

Was this helpful?