Google Identity Platform · Capability
Google Identity Platform Google Identity Toolkit API
The Identity Toolkit API provides REST endpoints for user authentication and management in Google Identity Platform. It supports email/password, phone, and federated sign-in, token management, multi-factor authentication, and user account operations.
What You Can Do
POST
Signup
— Google Identity Platform Sign up with email/password
/accounts:signUp
POST
Signinwithpassword
— Google Identity Platform Sign in with email/password
/accounts:signInWithPassword
POST
Signinwithidp
— Google Identity Platform Sign in with identity provider
/accounts:signInWithIdp
POST
Lookupaccount
— Google Identity Platform Get user account info
/accounts:lookup
POST
Sendoobcode
— Google Identity Platform Send out-of-band code
/accounts:sendOobCode
POST
Deleteaccount
— Google Identity Platform Delete account
/accounts:delete
MCP Tools
signup
Google Identity Platform Sign up with email/password
signinwithpassword
Google Identity Platform Sign in with email/password
signinwithidp
Google Identity Platform Sign in with identity provider
lookupaccount
Google Identity Platform Get user account info
sendoobcode
Google Identity Platform Send out-of-band code
deleteaccount
Google Identity Platform Delete account