FruxonDocs
ConnectorsChat Users

Lists access requests for an agent.

Optionally filter by status using the `status` query parameter.

GET
/v1/tenants/{tenant}/agents/{agent}/chatUserAccessRequests
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The agent identifier.

tenant*string

The tenant identifier

Query Parameters

Status?string

Filter by status (Pending, Approved, Rejected). Omit to return requests with any status.

Value in"UNSPECIFIED" | "PENDING" | "APPROVED" | "REJECTED"

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/chatUserAccessRequests"
[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "provider": "string",
    "identifier": "string",
    "userName": "string",
    "agentId": "string",
    "connectorId": "00000000-0000-0000-0000-000000000000",
    "conversationName": "string",
    "status": "PENDING",
    "processedBy": "string",
    "processedAt": 0,
    "processingNote": "string",
    "tenantId": "00000000-0000-0000-0000-000000000000",
    "createdAt": 0,
    "modifiedAt": 0
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}