Search Organizations
Search Organizations
GET
https://{server_address}/api/v1/organization/search
sortBy
query parameter could accept the following values: Organization Id
, Name
, Device Count
, User Count
, Sub Organizations
(stands for sub-organizations count).
Query Parameters
Name
Type
Description
query*
string
Search query. Should be up to 255 symbols.
page
integer
Page number starting from 0. First page by default.
size
integer
Page size. Should be from 1 to 100. 20 by default.
sortBy
string
Field to sort result by.
sortOrder
string
Sorting order. Can be ASC
(ascending) or DESC
(descending). ASC
by default.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Request examples:
Last updated