POST
/
v1
/
integrations
/
engagement-users
curl --request POST \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/engagement-users \
  --header 'Content-Type: application/json' \
  --data '{
  "engagementId": "<string>",
  "userId": "<string>",
  "name": "<string>"
}'
{
  "id": "<string>",
  "engagementId": "<string>",
  "userId": "<string>",
  "name": "<string>",
  "organizationId": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "integrationConnectionId": "<string>"
}

Body

application/json

Response

200 - application/json

Create an engagement user

The response is of type object.