get
https://api.duodeal.app/api/users/me
Retrieves the authenticated user's profile, including the API key and personal preferences.
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 |
apiKey | string | Personal API key (only exposed on me endpoint) |
avatar | string | Avatar image URL |
phone | string | Phone number |
jobTitle | string | Job title |
mailProvider | string | Mail provider: internal, gmail, outlook, or mailto |
language | string | Preferred locale (e.g. en, fr) |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the authenticated user401 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
