get https://api.atendare.com/v2/users/
Retorna detalhes de um contato especificado pelo ID.
GET - 200
{
"success": true,
"data": {
"id": 1,
"uid": 1,
"name": "Nome do usuário",
"full_name": "Nome completo do usuário",
"show_name": "Nome exibido do usuário",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"email": "[email protected]",
"phone": "55 9 99999999",
"cpf": "029.401.850-69",
"status": 1,
"user_status": 0,
"birth_date": "1995-06-29T00:00:00Z",
"creation_date": "2020-09-16T11:43:47.108027Z",
"update_date": "2022-07-05T19:05:33.114421Z",
"role_id": 1,
"role": {
"id": 1,
"name": "Super administrador",
"status": 0,
"creation_date": "2022-07-05T19:05:33.114421Z",
"edit": false,
"total_users": 0
},
"roles": [
{
"id": 1,
"name": "Super administrador"
},
{
"id": 2,
"name": "Master"
}
],
"language_id": 94,
"language": {
"id": 94,
"name": "Portuguese - Brazil",
"culture": "pt-BR"
},
"timezone_id": 24,
"timezone": {
"id": 24,
"name": "(UTC-03:00) E. South America Standard Time",
"label": "E. South America Standard Time"
},
"accounts": [
{
"user_id": 1,
"local_id": 1,
"account_id": 1,
"status": 1,
"account": {
"id": 1,
"uid": 1,
"name": "Nome da empresa/contato",
"full_name": "Nome completo empresa/contato",
"show_name": "Nome exibido empresa/contato",
"image_min": "https://image-url/image.png",
"cnpj": "44.263.325/0001-32"
},
"creation_date": "0001-01-01T00:00:00Z"
}
],
"allow_support": false
}
}