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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;message&quot;:&quot;The user was added successfully&quot;}}