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
POSThttps://connect.getseam.com/user_identities/grant_access_to_device
Authorization
Body
user_identity_id*string (uuid)
device_id*string (uuid)
Response
OK
Body
ok*boolean
Request
Response
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 |
---|---|---|
| String Required | ID of the desired user identity |
| String Required | ID of the desired managed device |
Sample Request
Response
Returns a Boolean ok
status indicator.
Sample Response
Last updated