Does supertokens sdk(Im using Go) has an option fo...
# support-questions-legacy
d
Does supertokens sdk(Im using Go) has an option for me to query the third parties api for more information other than the user's email? like for example getting the user's first and last name from google? Or my only way is to query their API myself with the access token im getting in the server during the signInUp method?
r
At the moment, you will have to query the provider yourself using the access token.
d
gotcha thanks