Skip to main content

Returns

Returns a list of User Group objects.

Example

Parameters

string
Filter user groups by organization ID.
str | int
default:"None"
Filter groups created at or after this timestamp. Accepts ISO 8601 string (e.g., '2024-01-01T00:00:00Z') or Unix timestamp in seconds.
str | int
default:"None"
Filter groups created at or before this timestamp. Accepts ISO 8601 string (e.g., '2024-12-31T23:59:59Z') or Unix timestamp in seconds.
string
Sort groups by creation date. Valid values are "asc" and "desc".
int
default:"0"
Number of groups to skip before starting to collect results. Use for pagination.
int
default:"10000"
Maximum number of groups to return in a single request.
string | list[string]
default:"None"
The ID or IDs of the user group(s) to retrieve.