company

Graphql fields and variables for the company query

Scope required: admin:read

For a complete list of possible response fields see the Company type.

query company () {
  company () {
    createdAt
    defaultRoleId
    inactivityTimeout
    migrationMode
    name
    outboundEmailsEnabled
    samlIssuer
    samlSignatureCertificate
    samlSsoUrl
    ssoEnabled
    ssoGoogleEnabled
    updatedAt
    whitelistedOrigin
  }
}

Response

Last updated

Was this helpful?