GET userAccounts
Summary: Returns a paginated list of userAccounts
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
- Results are paginated and the default is value is 1000 if no limit is provided
Parameters (4)
limit
(integer, query, optional)
The maximum number of results to return per page
pageNumber
(integer, query, optional)
The result set page number to be returned
query
(string, query, optional)
A query document. Example: {'name':'NASA'} matches all the userAccounts that have the name 'NASA'
sort
(string, query, optional)
A sort document. Example: {'name':1} sorts the results by name in ascending order
No probe data for this endpoint yet.