Retrieve user informationget https://{tenanturl}/oauth2/userinfoUse this API to get the user information that is associated with the token.HeadersAuthorizationstringrequiredThe authorization header that contains the bearer token.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/jwtAllowed:application/jsonapplication/jwtResponses 200The user information was returned. 401Access was forbidden. 500An internal server error occurred.Updated over 2 years ago