GET user json inside Unreal Engine С++

OAuth tokens are all private and per-user. Treat them like passwords as they allow you to take action on a user’s behalf. To get the user object, you don’t need an OAuth token though. You can simply call the Get User by ID endpoint to get the user object. If you have the user’s name, you can get the ID using the API call outlined in the documentation.

1 Like