A valid request URL is required to generate request examples
{ "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "picture": "<string>" }
Get authenticated user information
cURL
curl --request GET \ --url {protocol}://{domain}/oauth/userinfo \ --header 'Authorization: Bearer <token>'
OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth
User information
Was this page helpful?