---
title: "Google Signup"
method: GET
path: "/sso/google/signup"
tags: ["Google SSO"]
---

# Google Signup

`GET /sso/google/signup`

Endpoint to perform Google authentication and signup.

## Query parameters

- `access_token` string, required — The access token obtained from Google authentication.
- `contact_consent` boolean — The contact consent value.
- `rewardful_referral` string — Optional referral code for Rewardful program.
- `kb_id` string, uuid — The knowledge base ID.

## Response `200`

Successful Response

- UserRead
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, required
  - `date_created` string, date-time
  - `is_active` boolean
  - `is_superuser` boolean
  - `is_verified` boolean
  - `stripe_customer_id` string
  - `contact_consent` boolean
  - `image` string
  - `first_time_notification_shown` boolean
  - `sent_credits_warning` boolean
  - `reffered_by` string, uuid
  - `is_agent` boolean
  - `has_created_chatbot` boolean
  - `login_count` integer
  - `last_login` string, date-time
  - `requires_2FA` boolean
  - `job_role` string
  - `company_name` string
  - `profile_image` string

## Other responses

- `422` — Validation Error

---

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