Update Members
PUT {{base_url}}/v1/conversations/{{conversation_id}}/members/{{member_id}}
Defination
Update an existing member in an conversation. This API can be used for updating the unique speakers detected as members from diarization as well.
Endpoint:
https://docs.symbl.ai/?shell#put-update-members
Sample Request:
curl --location --request PUT 'https://api.symbl.ai/v1/conversations/{conversationId}/members/fc9b35cd-361f-41c6-9029-0944d21c7150' --header 'Content-Type: application/json' --header 'x-api-key: <valid-generated-token' --data-raw '{
id
: fc9b35cd-361f-41c6-9029-0944d21c7150
,
email
: john@example.com
,
name
: John
}'
Request Body
{"id"=>"{{member_id}}", "email"=>"john@example.com", "name"=>"John"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string | ||
Content-Type | string |