ReferenceFor engineers

Tenant

Read information about the current tenant.

Read information about the current tenant.

Queries

tenant

Returns the current tenant, including its branding and identifier systems.

Returns: TenantPayload!

Example

query Tenant {
  tenant {
    code
    success
    tenant {
      accent_color
      hosted_page_title
      identifier_systems {
        display_name
        name
        system
      }
      is_default
      logo_path
      name
    }
  }
}

On this page