Get User

GET
/api/v1/users/current

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/current"
{  "createdAt": "string",  "email": "string",  "emailVerified": true,  "id": "string",  "image": "string",  "name": "string",  "organizations": [    {      "id": "string",      "logo": "string",      "name": "string",      "slug": "string",      "workosOrganizationId": "string"    }  ],  "projects": [    {      "id": "string",      "logo": "string",      "name": "string",      "organizationId": "string",      "slug": "string"    }  ],  "updatedAt": "string"}
{  "_tag": "Api/AuthenticationError",  "cause": "string",  "message": "string"}