Skip to main content

replaceOrganizationAuthDomains

Replace all auth domains for an organization.

replaceOrganizationAuthDomains(
input: OrganizationAuthDomainReplaceInput
): OrganizationAuthDomainReplacePayload!

Example

mutation ($input: OrganizationAuthDomainReplaceInput) {
replaceOrganizationAuthDomains(input: $input) {
authDomains {
active
createdAt
domain
id
organizationId
}
organization {
considerUsersInactiveAfterDays
enforceSSOAccess
id
isFedramp
isHipaa
letsEncryptDisallowed
name
salesforceId
serviceStatus
slug
supportPackage
traffic
trafficType
}
}
}

Arguments

replaceOrganizationAuthDomains.input ● OrganizationAuthDomainReplaceInput input common

The organization and domains to store.

Type

OrganizationAuthDomainReplacePayload object common

The result of replacing an organization's auth domains.