Get Users Linked to Device

Retrieves users linked to a device.

URL

https://{{HOST}}/security/device/users?v={version}&deviceId={deviceId}

Method

GET

Required IMS Scopes

T* securityapi_all

Versions Supported

  • 2.0 (Default)

URL Query Parameters

Name Description Example Type
v
optional
Version of the api to use /device?v=2.0 number
deviceId
required
The ID of the device. /device/user?deviceId=testDevice string

Request Header Parameters

Type Value Description
Authorization
required
Bearer {access_token} IMS access token

Example

Request

curl -X GET 
  'https://{{HOST}}/securityapi/device/users?v=2.0&deviceId=testDevice' 
  -H 'Authorization: Bearer {access_token}'

Response

TODO JSON Response

Errors

Error Description
Error Name Description of Error

Response Body Parameters

Name Description Schema
Object Name Description object definition