{ "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
The response is of type object.
object
Was this page helpful?