Skip to content

Listar usuários

GET
/usuarios

Retorna todos os usuários cadastrados. Requer autenticação.

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

Lista de usuários

application/json
JSON
[
  
{
  
  
"id": 1,
  
  
"nome": "Ana Silva",
  
  
"email": "ana@exemplo.com",
  
  
"criado_em": "2026-07-28T12:00:00Z"
  
}
]

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI