Get current user

Retrieves the authenticated user's profile, including the API key and personal preferences.

Response Fields

FieldTypeDescription
idintegerUser unique identifier
emailstringUser email address
firstNamestringUser first name
lastNamestringUser last name
fullNamestringConcatenated first and last name
activebooleanWhether the account is active
invitePendingbooleantrue if the user has not yet accepted their invitation
companyobjectCompany the user belongs to
userGroupobjectUser group with inherited permissions
apiKeystringPersonal API key (only exposed on me endpoint)
avatarstringAvatar image URL
phonestringPhone number
jobTitlestringJob title
mailProviderstringMail provider: internal, gmail, outlook, or mailto
languagestringPreferred locale (e.g. en, fr)
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the authenticated user
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!