ApiAgentcollaborator
Lists all collaborators for a specific agent.
curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/collaborators"[
{
"agentId": "string",
"userId": "string",
"role": "Viewer",
"email": "string",
"firstName": "string",
"lastName": "string",
"createdAt": 0,
"modifiedAt": 0,
"status": 0,
"alertPreferences": {
"errorAlerts": false,
"accessRequestAlerts": false,
"budgetAlerts": false
}
}
]Empty
Empty