Get Sales Persons
Get information of sales persons created on the application
Get information of sales persons created on the application
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"pageNumber": 1,
"totalPages": 1,
"pageSize": 20,
"totalCount": 2,
"hasPreviousPage": false,
"hasNextPage": false,
"items": [
{
"userId": 143,
"branchId": 6,
"firstName": "Precious",
"lastName": "Gabriel",
"canSell": true,
"branchName": "Portharcourt",
"status": "Active"
},
{
"userId": 1,
"branchId": 6,
"firstName": "Temi",
"lastName": "Ekene",
"canSell": false,
"branchName": "Portharcourt",
"status": "Active"
}
]
},
"status": true,
"message": "Success"
}Last updated