emailBrandingReset

Graphql fields and variables for the emailBrandingReset mutation

Reset email branding

Scope required: admin:write

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

Response

Name
Type
Description

company

errors

List (String)

Last updated

Was this helpful?