Rekamedika Docs
OAuth2 OIDC

GET /oauth2/userinfo

GET
/api/auth/oauth2/userinfo

Get OAuth2 user information

Response Body

application/json

curl -X GET "https://example.com/api/auth/oauth2/userinfo"
{  "sub": "string",  "email": "user@example.com",  "name": "string",  "picture": "http://example.com",  "given_name": "string",  "family_name": "string",  "email_verified": true}

Is this page helpful?