{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs SSO API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs SSO", "type": "folder" }, "items": [ { "info": { "name": "listOrgSsos", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org SSO Configuration" }, { "info": { "name": "createOrgSso", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org SSO Configuration" }, { "info": { "name": "getOrgSso", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ] }, "docs": "Get Org SSO Configuration Details" }, { "info": { "name": "updateOrgSso", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org SSO Configuration" }, { "info": { "name": "deleteOrgSso", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ] }, "docs": "Delete Org SSO Configuration" }, { "info": { "name": "deleteOrgSsoAdmins", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id/delete_admins", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete SSO Admin users by email. This removes SSO-linked admin accounts from the organization." }, { "info": { "name": "listOrgSsoLatestFailures", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id/failures", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org SSO Latest Failures" }, { "info": { "name": "getOrgSamlMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id/metadata", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ] }, "docs": "Get Org SAML Metadata" }, { "info": { "name": "downloadOrgSamlMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssos/:sso_id/metadata.xml", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "sso_id", "value": "", "type": "path" } ] }, "docs": "Download Org SAML Metadata\n\nExample of metadata.xml:\n```xml\n\n \n