Get Devices by Owner Email
GET
https://{server_address}/api/v1/organization/device/by-owner
Query Parameters
Name | Type | Description |
---|---|---|
ownerEmail* | Email address string | Email address of the devices owner |
page | Number | Page number starting from 0. First page by default. |
size | Number | Page size. Should be from 1 to 100. 20 by default. |
orgId | Number | The organization identifier to search devices in. OAuth Client organization by default. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | Bearer {access_token} |
Request examples:
Last updated