Get users with positions
Users
Get users with positions
Retrieves a paginated list of users with their assigned positions
GET
Get users with positions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Number of items per page
Tenant ID
Example:
"e881a66d-6d5f-43df-86c9-bf7b84f6f1d8"
Search term to filter users or positions by name
Example:
"John Doe"
Group IDs (comma separated)
Example:
"bbcb4ca6-3eb7-42a5-84dc-5c8e5605a8ed, 9315726c-47ef-472f-b070-bd6f1993c68b"
User IDs (comma separated)
Example:
"5bdbea24-3cb8-4033-8f55-4ee9e629b656, 6acabc85-a040-4ea4-b8e5-1825a6135f16"
Field to sort by
Available options:
positions, users Example:
"users"
Sort order
Available options:
asc, desc