Get list of contacts
GET/v1/auth/list_user
Returns the list of available contacts
Last updated
GET/v1/auth/list_user
Returns the list of available contacts
Last updated
GET /auth/list_user HTTP/1.1
Host: {{base_url}}v1
Accept: */*
{
"code": 200,
"data": {
"user": null,
"pagination": {
"total_data": 1,
"total_page": 1,
"total_display": 1,
"first_page": false,
"last_page": false,
"prev": 0,
"current": 1,
"next": 0,
"limit": 100,
"detail": []
}
}
}