v1

latestOpenAPI 3.0.02026-08-04350108.2 KB
access_requests

Request more access to a shareable resource

Request a higher access level on a shareable (document, view, or playbook). A pending request is persisted (created, or upgraded in place if one already exists) and the resource's owner and managers are notified when a new request is created. The request is auto-resolved once a later grant satisfies it. A request the user already satisfies (owner or already at/above the requested level) is a no-op.

post/{shareable_type}/{shareable_uuid}/access_requests

Path parameters

shareable_type'okrs-dashboards' | 'documents' | 'explorer-views' | 'playbooks' required

Type of shareable resource

shareable_uuidstring required

<tenant_uuid>_<resource_uuid> or resource UUID

Request body

requested_level'view' | 'comment' | 'edit' | 'manage' required

Access level being requested

messagestring

Optional note from the requester shown to recipients

Response

ok

All 35 operations