Link Google account
POST/api/auth/google/link
Links a Google account to the authenticated user. Requires a valid Google ID Token obtained via Google Sign-In on the frontend. Once linked, the user's google_email is stored and used for calendar sharing and Meet link generation. Returns 409 if a Google account is already linked.
Request
Responses
- 200
- 400
- 409
- 500
Google account linked successfully
Missing or invalid google_token
A Google account is already linked to this user
Server error