Userinfo
documentedRetrieves user profile information (OIDC).
GET /oauth2/v1/userinfoOAuth 2.0no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{OKTA_DOMAIN}}/oauth2/{{$AUTH_SERVER_ID}}/v1/userinfo" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"