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

Success

results
object
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok