---
title: "Retrieve user sites by SSO ID for Kindoo. An SSO ID can be linked to multiple Kindoo account. This function might return the list of sites for multiple Kindoo accounts linked to the SSO ID"
method: POST
path: "/KindooGetUserSitesBySSOID"
tags: ["User Management"]
---

# Retrieve user sites by SSO ID for Kindoo. An SSO ID can be linked to multiple Kindoo account. This function might return the list of sites for multiple Kindoo accounts linked to the SSO ID

`POST /KindooGetUserSitesBySSOID`

## Response `200`

OK

- UserSitesDTO[]
  - `SiteID` string, int64
  - `SiteName` string
  - `EUID` integer
  - `UserID` integer
  - `UserRole` integer

## Other responses

- `303` — See Other
- `401` — Unauthorized - your session is not valid

---

[API](https://skmtc.net/kindoo/apis/kindoo-tech.md) · [All operations](https://skmtc.net/kindoo/apis/kindoo-tech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kindoo/kindoo-tech/revisions/0f2499440f4b/schema)
