team.user.list
Lists team members with optional status / delegation filters. Default page size is 100, max 1000.
Authorizations
Query Parameters
Number of records to return. Defaults to 100.
1 <= x <= 1000100
Number of records to skip. Defaults to 0.
x >= 00
Filter by user status. Omit to include all statuses.
USER_STATUS_ACTIVE, USER_STATUS_INACTIVE, USER_STATUS_REMOVED Filter by delegation relationship. Omit to include all.
DELEGATION_STATE_DELEGATED, DELEGATION_STATE_HAS_DELEGATES, DELEGATION_STATE_NONE Response
Team members retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Page of team members. delegated_profiles[] is omitted in list responses to avoid N+1 fan-out — call team.user.detail for the expanded view.
Total number of records matching the filter (across all pages).
Echo of the applied limit.
Echo of the applied offset.