cURL
curl --request GET \ --url https://api.cpln.io/org/{name}/-accessreport \ --header 'Authorization: <api-key>'
{ "kind": "<string>", "permissions": [ { "name": "<string>", "description": "<string>", "bindings": [ { "principalLink": "<string>", "grantingPolicyLink": "<string>", "grantedPermissions": [ "<string>" ], "match": "link" } ] } ], "created": "2023-11-07T05:31:56Z", "links": [ { "rel": "<string>", "href": "<string>" } ] }
Response will contain the permissions and associated bindings (principal and granted permission) for an org if the caller is authorized to view it
Service account key can be used as API keys
Success
Show child attributes