cURL
curl --request PUT \ --url http://localhost:3001/portal-api/access_requests/{access_request_id}/reject \ --header 'Authorization: <api-key>'
{ "status": "ok", "message": "Action Synchronize: Executed successfully" }
Reject an access request
UID of this access request
1
OK
Status of the operation
"ok"
Human-readable description of the status
"Action Synchronize: Executed successfully"
Was this page helpful?