List members (Paginated)

View as MarkdownOpen in Claude
**Attention:** This API endpoint uses pagination by default. List all users in Sigma. ### Usage notes - Filter your results using the `email` query parameter. - If using `email` to filter by email address, you must URL encode the "@" character as `%40`. - **[Deprecated]** Using the `search` parameter is deprecated. If using `search` to filter by email address, you must URL encode the "@" character as `%40`. - Using `email` and `search` together is not supported.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Query parameters

pagestringOptional
limitdoubleOptional
searchstringOptional
emailstringOptional
includeArchivedbooleanOptional
includeInactivebooleanOptional

Response

The response body.
entrieslist of objects
Array of results returned by the endpoint
nextPagestring or null

Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.

totaldouble
Total number of results. Useful to determine if there is a need to paginate.
hasMoreboolean

[Deprecated] Indicates whether more results are available.