User Info

Get claims about the authenticated End-User

get

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
get
/userinfo

Get claims about the authenticated End-User

post

The 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
post
/userinfo

Last updated

Was this helpful?