v1
latestOpenAPI 3.0.12026-08-0621301.7 MBMeetings
Link a user with the installed video call integration
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.
post/meetings/userProviderLinks
Request body
Example request
{
"user_provider_id": "1e3943c9-6395-462b-b432-1f252c017f3d",
"user_id": 123,
"company_id": 456,
"marketplace_client_id": "57da5c3c55a82bb4"
}Response
User provider link was successfully created
Example response
{
"data": {
"message": "The user was added successfully"
}
}