Get Devices in user organization
GET
https://{server_address}/api/v1/organization/device/by-user-org
Use this API to search for devices placed in the same organization in which the specified user is placed.
Query Parameters
Name | Type | Description |
---|---|---|
userEmail* | Email address string | Email address of the user. |
page | Number | Page number starting from 0. First page by default. |
size | Number | Page size. Should be from 1 to 100. 20 by default. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | Bearer {access_token} |
Request examples:
Last updated