Authorizations
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.
Unique identifier for the user
1
User's CPF (Cadastro de Pessoa Física) - Brazilian tax ID
"12345678901"
User's display name from JWT token (name, given_name, or email)
"João Silva"
List of groups the user belongs to
[
"engineering_team:backend",
"data_analysts:read"
]
List of roles assigned to the user (both direct and through groups)
["superadmin", "data-analyst"]