{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions User Profile API", "version": "1.0.0" }, "items": [ { "info": { "name": "User Profile", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Returns a User's Profile", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/userinfo", "headers": [ { "name": "access_token", "value": "Bearer YOUR_TOKEN_HERE" } ] }, "docs": "Given the Auth0 Access Token obtained during login, this endpoint returns a user's profile. This endpoint will work only if openid was granted as a scope for the Access Token. The user profile information included in the response depends on the scopes requested. For example, a scope of just openid may return less information than a a scope of openid profile email." } ] } ], "bundled": true }