Skip to content
OpenPostDocs
OpenPostDocs
Auth

Get an organization SSO policy

GET/organizations/{organization_id}/sso-policy

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

organization_id*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/organizations/string/sso-policy"
{  "$schema": "https://example.com/api/v1/schemas/Policy.json",  "api_token_mode": "scoped",  "assurance_max_age_seconds": 0,  "max_token_lifetime_seconds": 0,  "mode": "string",  "organization_id": "string",  "password_login_allowed": true,  "provider_ids": [    "string"  ],  "require_token_reauth": true}