---
title: "List auth connections"
method: GET
path: "/v1/admin/user_connections"
tags: ["Admin"]
---

# List auth connections

`GET /v1/admin/user_connections`

List all auth connections

## Query parameters

- `provider_id` string
- `user_id` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- SchemasOffsetPageSchemasUserAuthProviderConnectionResponse
  - `items` SchemasUserAuthProviderConnectionResponse[]
    - `connection_id` string
    - `connection_status` string
    - `id` string
    - `provider_description` string
    - `provider_id` string
    - `provider_type` string
    - `provider_user_info` unknown
    - `scopes` string[]
    - `user_id` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-02-12** `beb7bc98e101` — 2 warning, 2 info
  - deleted the `query` request parameter `provider.id`
  - deleted the `query` request parameter `user.id`
  - added the new optional `query` request parameter `provider_id`
  - added the new optional `query` request parameter `user_id`
- **2025-10-30** `f59a2fe653b8` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `Bearer` was added to the API
- **2025-10-17** `be6f90be8433` — 1 info
  - added the optional property `items/items/provider_type` to the response with the `200` status

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/admin/user_connections/get.md)

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/a509111298b2/schema)
