Skip to main content
GET
/
api
/
v1
/
user
/
account
Error
A valid request URL is required to generate request examples
{
  "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",
      "isActive": true,
      "email": "<string>"
    }
  },
  "status": "ok"
}

Response

Success

results
object
required

Construct a type with the properties of T except for those in type K.

status
enum<string>
required
Available options:
ok