---
title: "List federated login connections"
method: GET
path: "/users/{user_id}/connections"
tags: ["Connections"]
---

# List federated login connections

`GET /users/{user_id}/connections`

Retrieves a list of connections associated with a single user.

## Response `200`

OK

- Connection[]
  - `provider` string — The name of the federation provider.
  - `provider_type` string — The type of the federation provider.
  - `is_mandatory` boolean — Whether the federated login connection is mandatory.
  - `subject` string — The identity on the federation provider.
  - `email_address` string — The email address presented on the federated login connection.
  - `created_at` string, date-time — The date and time when the connection was created.
  - `updated_at` string, date-time — The date and time when the connection was last updated.

## Other responses

- `403` — Forbidden

---

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