---
title: "ListSSOLogins"
method: POST
path: "/gitpod.v1.AccountService/ListSSOLogins"
tags: ["gitpod.v1.AccountService"]
---

# ListSSOLogins

`POST /gitpod.v1.AccountService/ListSSOLogins`

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListSSOLoginsRequest
  - `email` string, email, required — email is the email the user wants to login with
  - `pagination` GitpodV1PaginationRequest
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 100.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse
  - `returnTo` string, uri, nullable — return_to is the URL the user will be redirected to after login

## Response `200`

Success

- GitpodV1ListSSOLoginsResponse
  - `logins` GitpodV1ListSSOLoginsResponseLogin[]
    - `displayName` string, required — provider is the provider used by this login method, e.g. "github", "google", "custom"
    - `loginUrl` string, required — login_url is the URL to redirect the user to for SSO login
  - `pagination` GitpodV1PaginationResponse, required
    - `nextToken` string — Token passed for retrieving the next set of results. Empty if there are no more results

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
