Grant a User Identity Access to a Device

Grant a specified user identity access to a specified device

Grants a specified user identity access to a specified device.

You can only grant user identities access to managed devices.

/user_identities/grant_access_to_device

post

Grants a specified user identity access to a specified device.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idstring Β· uuidRequired

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

device_idstring Β· uuidRequired

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

Responses
200

OK

application/json
post
/user_identities/grant_access_to_device

Request

Specify the desired user identity and device by including the corresponding user_identity_id and device_id in the request body.

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

ID of the desired user identity

device_id

String Required

ID of the desired managed device

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?