FruxonDocs
AgentsCollaborators

Rejects a pending access request.

Removes the pending request. Requires Admin role on the agent.

POST
/v1/tenants/{tenant}/agents/{agent}/collaborators/{user}:reject
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The agent ID.

user*string

The user ID to reject.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/collaborators/string:reject"
Empty
Empty
Empty
Empty