https://supertokens.com/ logo
i

Infatuation

04/17/2022, 4:04 PM
Does GetProfileInfo return the account from the provider? Like am I able to point GetProfileInfo at an api endpoint to retrieve things like the provider ID, avatar, etc.
r

rp

04/17/2022, 4:05 PM
Hey @User
You should see the return type of what that function should return
It returns the user id, email and if that email is verified or not
i

Infatuation

04/17/2022, 4:10 PM
If I want to fetch more, should I just be doing that API query in the signinup post response with the access token?
r

rp

04/17/2022, 4:10 PM
Yes. Exactly
i

Infatuation

04/17/2022, 4:10 PM
Awesome, thank you!