How to get more information about user

Hi , I want to get more details about the users that register on auth0 . I want to know user location , user device , user IP etc.
When I make some HTTP request to get token with scope: “profile” I get some information in the token(name,family name etc.) but it’s really not enough for me .

How can I achieve some more information?
Thanks!

:wave: @oriamir1 you could create a Rule to store the information. You could store this in the user metadata, for example there is a Enrich profile with the locations where the user logs in that gets the user locations based on the IP and is added to the user_metadata (more information here as well). If you wanted to add a claim to a token (outside of the standard claims) you would also use a rule, but do so by adding the custom claims to the token this way.