Hi there @DaCoderDude123 !
It sounds like you’ll want to take a look at using the Management API to get user information. There are many options to do this programmatically, even a PHP SDK.
Alternatively, the user_id
should be available as the sub
claim in both ID and access tokens.
Hope this helps!