curl --location --request GET 'https://useraccounts.srblabs.io/api/v1/organizations//settings'
{
"login_methods": [
"email_password",
"google_sso"
],
"organization_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"password_policy": "{\"minLength\": 8, \"requireUppercase\": true}",
"require_2fa": false,
"sso_domain": "mycompany.com",
"sso_enabled": true,
"sso_oidc_client_id": "1234567890-abc.apps.googleusercontent.com",
"sso_oidc_discovery_url": "https://accounts.google.com/.well-known/openid-configuration",
"sso_provider": "saml",
"updated_at": "2023-10-26T15:00:00Z"
}