Skip to main content
GET
Get current user information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Current user information retrieved successfully

Response model for user information.

id
integer
required

Unique identifier for the user

Example:

1

cpf
string
required

User's CPF (Cadastro de Pessoa Física) - Brazilian tax ID

Pattern: ^[0-9]{11}$
Example:

"12345678901"

display_name
string | null

User's display name from JWT token (name, given_name, or email)

Example:

"João Silva"

groups
string[]

List of groups the user belongs to

Example:
roles
string[]

List of roles assigned to the user (both direct and through groups)

Example: