v1

latestOpenAPI 3.0.0MIT2026-07-264001,540832.7 KB
Organizations

Upsert Google SSO configuration

Creates or updates the current organization's Google SSO policy. Google has no per-org credentials — only the enabled / domain / password flags are stored.

put/api/v1/org/sso/google

Request body

enabledboolean

When false the method is hidden from precheck even if discovery would match.

overrideEmailDomainsboolean

When true, the method's own emailDomains list governs discovery. When false, the org's allowed_email_domains is used instead.

emailDomainsstring[]

Strict whitelist (only consulted when overrideEmailDomains is true).

allowPasswordboolean

Controls whether email+password sign-in is shown alongside this method when it matches a user. When multiple matching SSO methods disagree, lenient rule applies (ANY method that allows → show password).

Response

Ok

status'ok' required