# Auth : OAuth2 ## SSO #### Google ``` https://www.googleapis.com/userinfo/v2/me ``` **API Response** ``` id : '121667411626840200398' email : '[email protected]' name : 'Ofer Nave' given_name : 'Ofer' family_name : 'Nave' ``` #### Microsoft [docs](https://learn.microsoft.com/en-us/graph/api/user-get) ``` https://graph.microsoft.com/v1.0/me ``` **API Response** ``` displayName : 'test' givenName : 'first' surname : 'last' userPrincipalName : '[email protected]' id : '44a94dc9-3587-bd19-bbca-d3aa5ed79696' ```