latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

users

Fetch the authenticated User

get/v1/users/me

Response

Identifying information about the current user

Example response

{
  "data": {
    "uuid": "4d50d252-be0c-4d69-b77a-5bbdfef83f54",
    "first_name": "Kurt",
    "last_name": "Vonnegut",
    "email": "kurt.vonnegut@weyland-yutani.com",
    "company_uuid": "0a5cc6c6-2855-48f1-892e-7547fe9f8fc4",
    "_links": {
      "fieldguide": {
        "href": "https://example.com/resource/or/path",
        "title": "A description for the link",
        "type": "text/html"
      }
    },
    "status": "Active",
    "invite_last_resent_at": "2023-01-01T12:30:00.000Z"
  }
}