---
title: "Get all user connections"
method: GET
path: "/userConnections"
tags: ["UserConnections"]
---

# Get all user connections

`GET /userConnections`

Returns data about all connections for the authorized user.

## Response `200`

The data of user connections

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The object of UserConnections
    - `google` string — The third party ID or false in case the ID is not found

## Other responses

- `401` — Unauthorized response

---

[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)
