---
title: "Get User SSO Link"
method: GET
path: "/platform/api/v1/users/{id}/login"
tags: ["Users"]
---

# Get User SSO Link

`GET /platform/api/v1/users/{id}/login`

Get the sso link of a user

## Response `200`

Success

- object
  - `url` string — SSO url to autenticate the user

## Other responses

- `401` — Unauthorized
- `404` — The given user does not exist

---

[API](https://skmtc.net/chatwoot/apis/chatwoot-2.md) · [All operations](https://skmtc.net/chatwoot/apis/chatwoot-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chatwoot/chatwoot-2/versions/f34a278f2713/schema)
