White Label Admin - Get all organizations within a white label
White label admin only API to get the list of all organizations.
Authorizations
Path Parameters
Organization ID
Query Parameters
Whether to search for entities (users, orgs) active in the last X days
Whether to include deleted entities (users, projects, orgs)
Fields and order to sort query by Comma separated list of fields to sort query by. Prefix with a minus (-) sign to indicate descending order. Default order is ascending
"id,-name"
Comma separated list of filters to apply to the query. Filters should be in the format 'field:value'.
"billable:true"
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Search query
"<id> <name>"