get
https://api.duodeal.app/api/users
Retrieves a paginated list of all users in the current company.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number for pagination (default: 1) |
limit | integer | No | Number of items per page (default: 50) |
order | string | No | Field to sort by (default: id) |
direction | string | No | Sort direction: asc or desc (default: desc) |
Filtering
This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.
Quick examples:
?filters[email][contains][email protected]
?filters[firstName][startsWith]=J
?filters[userGroup.name][eq]=Admin
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | User unique identifier |
email | string | User email address |
firstName | string | User first name |
lastName | string | User last name |
fullName | string | Concatenated first and last name |
active | boolean | Whether the account is active |
invitePending | boolean | true if the user has not yet accepted their invitation |
company | object | Company the user belongs to |
userGroup | object | User group with inherited permissions |
avatar | string | Avatar image URL |
phone | string | Phone number |
jobTitle | string | Job title |
language | string | Preferred locale (e.g. en, fr) |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns paginated list of users401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
