Show a list of users.

Get a paginated list of users with filtering, sorting, and related resources.
Requires either 'view_team_members_and_details' or 'view_and_manage_invitations' permission.

Query Params
string

Allows to request the inclusion of related resources.

Available relations:
* position

Example: position

string

Applies filtering on the 'status' field.

Available statuses: [in_progress, under_review, verified, unverified, active, rejected, suspended, blocked].

Example: eq:active

string

Applies filtering on the 'positionId' field.

Available filters: [eq, in].
eq: field must be equal to the given value - eq:value;
in: field must be equal one of the values from a given set - in:1,2,3;

Example: eq:ab92e957-f967-4714-9378-02729d922208

integer

Sets the page number (default 1)

Example: 5

integer

Sets the number of items per page (default 10, max 100)

Example: 25

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json