---
title: "Get a federated login connection"
method: GET
path: "/users/{user_id}/connections/{provider}"
tags: ["Connections"]
---

# Get a federated login connection

`GET /users/{user_id}/connections/{provider}`

Retrieves the specified connection.

## 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
- `404` — Not Found

---

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