Get current user
GET {{baseUrl}}/v2/users/me
This endpoint returns the user associated with the OAuth2 access token.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"email": "irure incididunt enim cupidatat nostrud",
"first_name": "tempor velit",
"id": "fugiat tempor Ut cillum ex",
"last_name": "pariatur est deserunt voluptate reprehe",
"status": {
"value": "<Error: Could not resolve allOf schema"
},
"manager_id": "ea proident in dolore",
"department_id": "officia elit cillum enim",
"location_id": "deserunt"
} |
ENDPOINTS