---
title: "List Google Login Groups"
method: GET
path: "/api/v2/google-login-groups/"
tags: ["google-login-group"]
---

# List Google Login Groups

`GET /api/v2/google-login-groups/`

Get list of all Google Login Groups.

The base rate limit for this endpoint is:
- 60 requests per min per workspace

## Query parameters

- `cursor` string
- `name` string
- `name__contains` string
- `ordering` string

## Response `200`

- PaginatedGoogleLoginGroupList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` GoogleLoginGroup[]
    - `id` string, uuid, required
    - `name` string, required — Name of the login group. It can used to filter out login groups when retrieving them via API.
    - `login_mode` 'always' | 'only_if_required', required — * `always` - Always * `only_if_required` - Only If Required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `logins` GoogleLogin[], required
      - `id` string, uuid, required
      - `email` string, email, required — The email address of the google account to use for login.
      - `is_active` boolean — If the login should be used for round robin. (default: true)
      - `sso_v2_workspace_domain` string, required — The primary domain name of your Google Workspace Account used for SSO.
      - `sso_v2_private_key` string, required — PEM-formatted private key used for signing SSO requests.
      - `sso_v2_cert` string, required — PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile.
      - `group_id` string, uuid, required — The id of the login group this login belongs to.
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required

---

[API](https://skmtc.net/recall/apis/recall-ai-api.md) · [All operations](https://skmtc.net/recall/apis/recall-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recall/recall-ai-api/revisions/e1a54c5db790/schema)
