Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
10
Tenant ID
Example:
"4ecfe2eb-510e-4b74-903f-612625a20dfb"
Search in group name and group ID
Example:
"Engineering"
Tenant Group Type IDs (comma-separated)
Example:
"fcd579c3-f7d2-4378-8dd7-41d20727e952"
Parent Group ID to filter child groups
Example:
"e918057e-a7a6-4bd9-8e1a-da79005ca0d5"
Comma-separated list of source filters
Example:
"SCIM,MANUAL,ALL"
Comma separated specific Group fields needed in response
Example:
""
Comma-separated list of statuses to filter by
Example:
"ACTIVE,INACTIVE"
Creation date range - start date
Creation date range - end date
Last updated date range - start date
Last updated date range - end date
Criteria for sorting Groups
Available options:
groupId, groupName, status, createdOn, updatedOn, isSynced, tenantGroupType Example:
"groupName"
Order for sorting Groups
Available options:
asc, desc Example:
"asc"