Get user by id
GET
/v1/auth/{id}Get user information by id
Requisição
Parâmetros Path
id
string
requerido
Exemplos de Requisição
Respostas
OK(200)
Não autorizado(401)
Proibido(403)
Registro não encontrado(404)
Código HTTP: 200
Tipo de Conteúdo: JSONapplication/json
User found successfully
Esquema de Dados
id
string
opcional
name
string
opcional
email
string
opcional
username
string
opcional
role
object (RoleResponse)
opcional
code
integer <int32>
opcional
description
string
opcional
birth_date
string
opcional
document_initials
string
opcional
phone_number_initials
string
opcional
company_id
string
opcional
Exemplo
Not configured
Last modified: 3 months ago