GET
/
v1
/
auth
/
settings
cURL
curl --request GET \
  --url https://api.example.com/v1/auth/settings
{
  "auth_redirect_uri": "<string>",
  "auth_url": "<string>",
  "configured": true,
  "google_auth_client_url": "<string>",
  "settings": {
    "allow_all_google_accounts": false,
    "allowed_domains": [],
    "allowed_emails": [],
    "protect_system_domains": false,
    "protect_unpublished_boxes": false
  },
  "cookie_domain": "<string>",
  "google_cloud_project": "<string>",
  "workspace_domain": "<string>"
}

Response

Auth settings

auth_redirect_uri
string
required
auth_url
string
required
configured
boolean
required
google_auth_client_url
string
required
settings
object
required
google_cloud_project
string | null
workspace_domain
string | null