ApiAgentcollaborator
Approves a pending access request.
Grants the user the role they requested. Requires Admin role on the agent.
Path Parameters
agent*string
The agent ID.
user*string
The user ID to approve.
tenant*string
The tenant identifier
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/collaborators/string:approve"{
"agentId": "string",
"userId": "string",
"role": "Viewer",
"status": "Pending",
"alertPreferences": {
"errorAlerts": false,
"accessRequestAlerts": false,
"budgetAlerts": false
},
"createdAt": 0,
"modifiedAt": 0,
"tenantId": "00000000-0000-0000-0000-000000000000"
}Empty
Empty
Empty