Error
A valid request URL is required to generate request examples{
"results": {
"allowPassword": true,
"emailDomains": [
"<string>"
],
"overrideEmailDomains": true,
"enabled": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}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
Error
A valid request URL is required to generate request examples{
"results": {
"allowPassword": true,
"emailDomains": [
"<string>"
],
"overrideEmailDomains": true,
"enabled": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Make all properties in T optional
When false the method is hidden from precheck even if discovery would match.
When true, the method's own emailDomains list governs discovery.
When false, the org's allowed_email_domains is used instead.
Strict whitelist (only consulted when overrideEmailDomains is true).
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).
Was this page helpful?