cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/users/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "image": "<string>", "company": "<string>", "createdAt": "2023-11-07T05:31:56Z", "lastActivityAt": "2023-11-07T05:31:56Z", "graphNavigation": "MOUSE", "preferredAppAppearance": "<string>", "displayedInAppNotifications": {}, "groupTitlesAutoGeneration": { "isEnabled": true, "provider": "<string>", "credentialsId": "<string>", "model": "<string>", "prompt": "<string>" }, "preferredLanguage": "<string>" }
Get Authenticated User.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
MOUSE
TRACKPAD
Show child attributes