GET
/
api
/
v1
/
user
/
account
{
  "results": {
    "organization": {
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    },
    "authentication": {
      "source": "<string>",
      "type": "session"
    },
    "user": {
      "id": "<string>",
      "type": "registered",
      "email": "<string>",
      "isActive": true
    }
  },
  "status": "ok"
}

Response

200
application/json

Success

The response is of type object.