Authorizations
Path Parameters
Organization ID
Query Parameters
Whether to search for entities (users, orgs) active in the last X days
Whether to search for free, community plus, professional, or enterprise entities (users, projects)
Available options:
free
, community-plus
, professional
, enterprise
Comma separated list of fields to fetch in a query
Example:
"id,name"
Fields and order to sort query by
Example:
"id,-name"
Comma separated list of filters to apply to the query. Filters should be in the format 'field:value'.
Example:
"billable:true"
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Search query
Example:
"<id> <name>"