{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Organization Policies", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/policies", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for paginated results." }, { "name": "type", "value": "", "type": "query", "description": "Filter policies by type." } ] }, "docs": "Returns a list of policies configured for the organization. Policies define rules and controls for security, authentication, data residency, and other organizational governance settings." }, { "info": { "name": "Atlassian Get Policy by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/policies/:policyId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "policyId", "value": "", "type": "path", "description": "The unique identifier of the policy." } ] }, "docs": "Returns details of a specific policy by its unique identifier." }, { "info": { "name": "Atlassian Update a Policy", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/v1/orgs/:orgId/policies/:policyId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "policyId", "value": "", "type": "path", "description": "The unique identifier of the policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing organization policy." } ] } ], "bundled": true }