bd5a5f406bca
List all users with optional filters
Query parameters
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
Page number starting from 1.
Limit for the number of results per page.
Optional. Restrict results to users in this team. Omit to include users from all teams.
Optional. Restrict results to users in any of these teams. Combined with ids/teamId as an intersection.
Optional. Exclude users belonging to this team. Omit to apply no exclusion.
Optional. Set to "true" to only return users the current user can manage. Omit for no manageability filter.
Optional. Filter by full name (case-insensitive substring match against "firstName lastName"). Omit to return users regardless of name.
Optional. Search users by name or email (substring match). Omit to return users regardless of name/email.
Optional. Fuzzy search across firstName, lastName, and email — tolerates typos and partial input (e.g. "jhon" finds "John", "jo" finds "John"), ranked by similarity. Composable with searchString.
Optional. Filter by user role. Omit to return users with any role.
Optional. Inclusive lower bound (>=) on user creation date, as an ISO 8601 date-time string. Users created on/after this instant are included. Omit for no lower bound.
Optional. Exclusive upper bound (<) on user creation date, as an ISO 8601 date-time string. Users created strictly before this instant are included. Omit for no upper bound.