---
title: "Partial Update Google Login"
method: PATCH
path: "/api/v2/google-logins/{id}/"
tags: ["google-login"]
---

# Partial Update Google Login

`PATCH /api/v2/google-logins/{id}/`

Partial Update an existing Google Login.

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

## Path parameters

- `id` string, uuid, required

## Request body

- PatchedGoogleLoginRequest
  - `email` string, email — 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 — The primary domain name of your Google Workspace Account used for SSO.
  - `sso_v2_private_key` string — PEM-formatted private key used for signing SSO requests.
  - `sso_v2_cert` string — PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile.
  - `group_id` string, uuid — The id of the login group this login belongs to.

## Response `200`

- GoogleLogin
  - `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/versions/e1a54c5db790/schema)
