v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Auth

Introspect

Introspect returns the current user's principle_id, user_id and a list of roles, permissions, and enabled features.

get/api/v1/auth/introspect

Response

IntrospectResponse contains information about the current user who is authenticated.

featuresstring[] nullable

The list of feature flags enabled for the tenant the logged in user belongs to.

permissionsstring[] nullable

The list of permissions that the current logged in user has.

principleIdstring

The principleID of the current logged in user.

rolesstring[] nullable

The list of roles that the current logged in user has.

userIdstring

The userID of the current logged in user.