Approve or deny an access request
PUT/access-requests/:request_id
Handles a pending access request. The request body requires Action (approve or deny) and Comment. The caller must have the required role authorization and owner or editor access to the resource, with permission to grant the requested access type. The access request must exist and remain in requested status. For dataset approvals, domain access may also be required. Approving grants the requested resource access and records the approval, while denying updates the request status and notifies the requester.
Request
Responses
- 200
- 400
- 500
Request approved or denied. Body is Message only (HandleAccessRequestResponse).
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -