Core
- Mobile Events
- OAuth Apps and Tokens
- Org-Scoped Tokens
- Integration Connections
- Organizations
- Recordings
- Teams
- Users
Integrations
Introspection
Audit logs
Engagements
Update an engagement user
Update an engagement user
PUT
/
v1
/
integrations
/
engagement-users
/
{id}
Copy
Ask AI
curl --request PUT \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/engagement-users/{id} \
--header 'Content-Type: application/json' \
--data '{
"engagementId": "<string>",
"userId": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"engagementId": "<string>",
"userId": "<string>",
"name": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"integrationConnectionId": "<string>"
}
Path Parameters
Body
application/json
Response
200 - application/json
Update an engagement user
The response is of type object
.
Copy
Ask AI
curl --request PUT \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/engagement-users/{id} \
--header 'Content-Type: application/json' \
--data '{
"engagementId": "<string>",
"userId": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"engagementId": "<string>",
"userId": "<string>",
"name": "<string>",
"organizationId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"integrationConnectionId": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.