v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
User Information API

Retrieve User Information

Use this endpoint to retrieve the user information using the OIDC standard.

get/v1/userinfo

Headers

Authorizationstring

Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>

Response

Indicates that the resource was successfully created and the operation was completed as expected.

emailstring

User's email address.

emailVerifiedboolean

Indicates whether the email has been verified (true if verified).

namestring

Full name of the user.

picturestring

URL of the user's profile image.

preferredUsernamestring

The name that will be displayed to the user.

profilestring

URL to the user's profile page.

substring

Unique identifier for the user (subject claim).