Get positions with users
Users
Get positions with users
Retrieves a paginated list of positions with their assigned users
GET
Get positions with users
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:
"14f1b308-d014-4842-908f-1902cfae4f63"
Search term to filter users or positions by name
Example:
"John Doe"
Group IDs (comma separated)
Example:
"db895572-9c43-498b-91a6-19e331f8eace, 47562aa1-1006-4936-874d-ff671bd17e7b"
Position IDs (comma separated)
Example:
"1c8e7178-b9ec-4e01-9489-3cd71a57598c, a50cd1df-a617-4f5d-b323-3955765ae542"
Field to sort by
Available options:
positions, users Example:
"users"
Sort order
Available options:
asc, desc