Skip to content

Buscar usuário

GET
/usuarios/{id}

Retorna um único usuário pelo id. Requer autenticação.

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*

Id do usuário

Type
integer
Required
Example1

Responses

O usuário

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

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI