OpenID Connect UserInfo

Returns user information for the authenticated user in the OpenID Connect format.

GET
https://identity.krystal.io/api/v1/openid

If successful, this endpoint will return a 200 OK status.

Scopes

One of the following scopes are required to use this endpoint.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    sub: String
    name: String
    email: String?
}