Skip to main content
GET
/
v1
/
integrations
/
engagement-users
Get engagement users
curl --request GET \
  --url https://functions.siro.ai/api-externalApi/v1/integrations/engagement-users \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "engagementId": "<string>",
    "userId": "<string>",
    "organizationId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "integrationConnectionId": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.siro.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Query Parameters

cursor
string
engagementId
string
userId
string

Response

200 - application/json

Get engagement users

id
string
required
engagementId
string
required
userId
string
required
organizationId
string
required
createdAt
string
required
updatedAt
string
required
integrationConnectionId
string
required
name
string