getOrganizationList()
Retrieves a list of organizations.
- Name
limit?
- Type
number
- Description
The number of results to return. Must be an integer greater than zero and less than 501.
- Name
offset?
- Type
number
- Description
The number of results to skip.
- Name
query?
- Type
string
- Description
A search query to filter organizations by.
Example
getOrganizationList({ limit })
Retrieves organization list that is filtered by the number of results.
getOrganizationList({ offset })
Retrieves organization list that is filtered by the number of results to skip.
getOrganizationList({ query })
Retrieves list of organizations that match the query.
Feedback
Last updated on