FruxonDocs
Agent NetworkGraph

Rejects a pending access request, removing it.

Deletes the pending row and emails the requester the decision. Requires Admin on the Application. The user keeps no trace of the request and may ask again. Scoped to the pending row only, so an approval that lands first is never silently undone by a rejection arriving late. Rejected with 400 when the user has no pending request.

POST
/v1/tenants/{tenant}/networks/{network}/collaborators/{user}:reject
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

network*string

The Application id.

Formatuuid
user*string

The user id to reject.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/collaborators/string:reject"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}