This API endpoint allows you to list the devices issued to a user.
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
| Parameters | Type | Description |
|---|
| userid | string | The unique id that is assigned to the user. |
| Parameters | Type | Description |
|---|
| role | string | Mention the role of the logged in use. For example, role_admin, role_operator. |
| Parameter | Type | Description |
|---|
| id | Integer | The unique identifier of the device. |
| friendlyName | String | The friendly name assigned to the device. |
| type | String | The type of device. |
| uniqueIdentifier | String | The unique identifier assigned to the device. |
| operatingSystem | String | The operating system installed on the device. |
| osVersion | String | The version of the operating system installed on the device. |
| appVersion | String | The version of the application installed on the device. |
| deviceModelName | String | The model name of the device. |
| deviceManufacturerName | String | The name of the manufacturer of the device. |
| devProfName | String | The name of the device profile. |
| devProfId | Integer | The unique identifier of the device profile. |
| userId | Integer | The unique identifier of the user associated with the device. |
| appName | String | The name of the application associated with the device. |
| appRegID | String | The registration ID of the application associated with the device. |
| osApiVersion | String | The API version of the operating system installed on the device. |
| userDevices | Array | Information about the user's devices. |
| mobileCredentials | String | Mobile credentials associated with the device. |
| actionType | String | The type of action performed on the device. |
| reason | String | The reason for the action performed on the device. |
| cardType | String | The type of card associated with the device. |
| reasonComment | String | Comments related to the reason for the action performed on the device. |
| roleDeviceActions | Array | Actions that can be performed on the device by roles. |
| deviceConnectedActions | Array | Actions that can be performed on the device when connected. |
| deviceNotConnectedActions | Array | Actions that can be performed on the device when not connected. |
| status | String | The status of the device. |
| uimsId | String | The UIMSID assigned to the device. |
| productName | String | The name of the product associated with the device. |
| actionOnSecondaryCred | Boolean | Indicates if there is an action on the secondary credential. |
| Parameter | Type | Description |
|---|
| friendlyName | String | The friendly name assigned to the device. |
| type | String | The type of device. |
| uniqueIdentifier | String | The unique identifier assigned to the device. |
| identitySerialNumber | String | The serial number of the device's identity. |
| identitySerialNumberVerified | Boolean | Indicates if the serial number of the device's identity is verified. |
| operatingSystem | String | The operating system installed on the device. |
| osVersion | String | The version of the operating system installed on the device. |
| uuid | String | The Universally Unique Identifier (UUID) of the device. |
| userData | String | Data associated with the user. |
| userName | String | The name of the user associated with the device. |
| userId | Integer | The unique identifier of the user associated with the device. |
| mobileNumber | String | The mobile number associated with the device. |
| appName | String | The name of the application associated with the device. |
| appRegID | String | The registration ID of the application associated with the device. |
| osApiVersion | String | The API version of the operating system installed on the device. |
| appVersion | String | The version of the application installed on the device. |
| deviceModelName | String | The model name of the device. |
| productName | String | The name of the product associated with the device. |
| deviceManufacturerName | String | The name of the manufacturer of the device. |
| issuedDate | String | The date the device was issued. |