Sign in

List user permissions

documented

Retrieve available and active user permissions.

GET /api/v1/some-resourceAccess Control APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://platform.adobe.io/data/foundation/schemaregistry/{{$container_id}}/classes" \\n  -X GET \\n  -H "Accept: application/json" \\n  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n  -H "x-api-key: {{ADOBE_API_KEY}}" \\n  -H "x-gw-ims-org-id: {{ADOBE_ORG_ID}}" \\n  -H "x-sandbox-name: {{SANDBOX_NAME}}"
List user permissions · Adobe · OpenIntegrations