---
title: "Link a user with the installed video call integration"
method: POST
path: "/meetings/userProviderLinks"
tags: ["Meetings"]
---

# Link a user with the installed video call integration

`POST /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

- object
  - `user_provider_id` string, uuid, required — Unique identifier linking a user to the installed integration. Generated by the integration.
  - `user_id` integer, required — Pipedrive user ID
  - `company_id` integer, required — Pipedrive company ID
  - `marketplace_client_id` string, required — Pipedrive Marketplace client ID of the installed integration

## Response `200`

User provider link was successfully created

- object
  - `success` boolean — Boolean that indicates whether the request was successful or not
  - `data` object
    - `message` string — The success message of the request

## Other responses

- `401` — No permission to create user provider link

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
