User Info
The UserInfo Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User.
Header parameters
AuthorizationstringRequired
To obtain the requested Claims about the End-User, the Client makes a request to the UserInfo Endpoint using an Access Token obtained through OpenID Connect Authentication
Responses
200
Claims about the authenticated End-User
application/json
400
Invalid Request
401
Invalid Token
get
/userinfoThe UserInfo Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User.
Body
access_tokenstringRequired
To obtain the requested Claims about the End-User, the Client makes a request to the UserInfo Endpoint using an Access Token obtained through OpenID Connect Authentication
Responses
200
Claims about the authenticated End-User
application/json
400
Invalid Request
401
Invalid Token
post
/userinfoLast updated
Was this helpful?