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
Get Google SSO configuration
Returns the current organization’s Google SSO policy. Google is enabled
by default using the shared instance OAuth app; a configuration only
exists when the org has set an explicit policy (e.g. disabled Google).
null means no explicit policy — Google follows the instance default.
GET
/
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"
}Was this page helpful?