UserAuthorization

This model provides information about what the User is able to access.
This would usually just be a list of Employers. But if the user is an administrator for a White Label instance then this will be shown in the list of Tenants.

Name / Description Type / Format Example
employers
A list of any Employers that the user can access
EmployerItem[] {EmployerItem}
tenants
A list of any Tenants that the user can administrate
TenantItem[] {TenantItem}
{
  "employers": [
    {
      "isOwner": true,
      "role": "Admin",
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "tenants": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ]
}
Contained in Models
User
Consumed by Operations

- none -

Returned by Operations

- none -