Link a user with the installed video call integration
POST {{baseUrl}}/meetings/userProviderLinks
A video calling provider must call this endpoint after a user has installed the video calling app so that the new user's information is sent.
Request Body
{"user_provider_id"=>"<uuid>", "user_id"=>"<integer>", "company_id"=>"<integer>", "marketplace_client_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"message":"The user was added successfully"}}