List members
Retrieve a list of all members for this Organization. The roles field is only included for each member when the token also carries the read:my_org:member_roles scope; without that scope the roles field is omitted from the response.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields. The 'roles' field is not returned by default; it is only included when 'roles' is explicitly requested in the fields list (include mode) and the token also carries the read:my_org:member_roles scope. If 'roles' is requested without that scope, it is silently omitted from the response.
1 - 255Whether specified fields are to be included (true) or excluded (false). Defaults to true
An optional cursor from which to start the selection (exclusive).
1 - 1000Number of results per page. Defaults to 50.
1 <= x <= 100When true, the response includes a 'total' count of items in the result set (reflecting any active filters), along with a 'total_is_capped' flag. The count is best-effort and capped at 1000; when the true size may be larger, 'total_is_capped' is true and 'total' is a lower bound. Omitted when not requested.
Response
List members for an organization.
Pagination cursor for the next page of results.
Best-effort count of members in the result set (reflecting any active filters). Only present when include_totals=true. Capped at 1000.
Whether counting stopped before reaching the true size of the result set. When true, 'total' is a lower bound (the true size is 'total' or greater); when false, 'total' reflects the full result set as counted. Only present when 'total' is present.