githubEdit

Grant a User Identity Access to a Device

Grants a specified user identityarrow-up-right access to a specified device.

PUT /user_identities/grant_access_to_device β‡’ void
chevron-rightAuthentication Methodshashtag
  • API key

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

device_id String (Required)

ID of the desired managed device.


user_identity_id String (Required)

ID of the desired user identity.


Response

void


Examples

Grant a user identity access to a device

Specify the desired user_identity_id and device_id.

Code

Output

Last updated

Was this helpful?