v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGet All Users
Returns all users for the current tenant with optional filtering and pagination. If includeRoles is true, the response includes roles for each user. If includeRoles is false or not provided, only user objects are returned without roles.
Query parameters
End at ID for pagination
Filter string for querying users
If true, includes roles for each user in the response. When true, the response returns a roles field for each user. When false or not provided, the response returns only user objects without roles.
Page number for pagination
Search string to find users by first name, last name, or email. If provided, returns users matching the search criteria.
Page size for pagination
Start after ID for pagination
Headers
Response
Users retrieved successfully. When includeRoles is true, returns UserListResponseWithRolesDto containing users with their roles. When includeRoles is false or not provided, returns UserListResponseDto containing only user objects without roles.
Example response
{
"data": [
{
"createdAt": "2022-03-10T12:15:50-04:00",
"updatedAt": "2022-03-10T12:15:50-04:00"
}
]
}