PUT
/
access_requests
/
{access_request_id}
/
reject
Reject an access request
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"
}

Authorizations

Authorization
string
header
required

Path Parameters

access_request_id
integer
required

UID of this access request

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"

message
string

Human-readable description of the status

Example:

"Action Synchronize: Executed successfully"