1. Docs
  2. API Reference
  3. AuthAccountDto

AuthAccountDto

Example

JSON
{
  "account_id": "string",
  "account_name": "string",
  "account_slug": "string",
  "account_role": "string",
  "applications": [
    {
      "id": "string",
      "name": "string",
      "slug": "string"
    }
  ]
}

Properties

5 properties 4 required

account_id string Required
account_name string Required
account_slug string Required
account_role string Required

The user's account-level role (owner | admin | member).

applications array of AuthApplicationDto Optional
Was this page helpful?

Tell us how we can improve this guide.