Get engagement users
curl --request GET \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/engagement-users
[ { "id": "<string>", "engagementId": "<string>", "userId": "<string>", "name": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "integrationConnectionId": "<string>" } ]
The response is of type object[].
object[]