Skip to content
Prof. Leon Blog
Main Navigation
Home
About
Content
Desenvolvimento Web
Virtualização
Sistemas Distribuídos
APIs e Microsserviços
LaTeX
Appearance
Menu
Return to top
Listar usuários
GET
/usuarios
Retorna todos os usuários cadastrados. Requer autenticação.
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
401
Lista de usuários
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
1
,
"nome"
:
"Ana Silva"
,
"email"
:
"ana@exemplo.com"
,
"criado_em"
:
"2026-07-28T12:00:00Z"
}
]
GET
/usuarios
Playground
Server
Select a server...
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI