Detalhes do Perfil
GET
/api/v2/users/profile/{user_profile_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.corbee.com.br/api/v2/users/profile/'
Response Response Example
{
"status": true,
"data": {
"id": 3,
"descricao": "SUPERVISOR DE VENDAS",
"tipo": "U",
"horarioPermitido": {
"domingo": {
"horaInicio": "00:00",
"horaFim": "23:59"
},
"segunda-feira": {
"horaInicio": "00:00",
"horaFim": "23:59"
},
"terça-feira": {
"horaInicio": "00:00",
"horaFim": "23:59"
},
"quarta-feira": {
"horaInicio": "00:00",
"horaFim": "23:59"
},
"sexta-feira": {
"horaInicio": "00:00",
"horaFim": "23:59"
},
"sábado": {
"horaInicio": "00:00",
"horaFim": "23:59"
}
}
}
}
Requisição
Parâmetros Path
user_profile_id
string
requerido