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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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