API Reference

Buscar um usuário

Retorna detalhes de um contato especificado pelo ID.

Log in to see full request history
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@atendare.com", "phone": "55 9 99999999", "cpf": "000.000.000-00", "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 } }
Path Params
int64
required

ID do usuário

Headers
string
required
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json