FruxonDocs
ApiAgentcollaborator

Lists all collaborators for a specific agent.

GET
/v1/tenants/{tenant}/agents/{agent}/collaborators

Path Parameters

agent*string

The agent ID.

tenant*string

The tenant identifier

Response Body

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