Get user info
GET/users-srv/userinfo
This OIDC standard API returns user information based on the token in the header. Returned data depends on token scopes (from authorization endpoint) and accepted claims.
Request
Responses
- 200
- 400
- 401
- 417
The response is defined by the OIDC standard and contains a user Entity; Depends on the scopes requested in the token.
Bad Request
Unauthorized
Expectation Failed