Authorization
Authentication and Authorization Service
Operations
GET
# Get a paginated list of application staff
Returns a paginated list of staff assigned to a sales channel, including each staff member's name, employee code, incentive eligibility, assigned ordering stores, and title.
Parameters
company_idpath
integer
| value >= 1
Required
The unique identifier for the company.
application_idpath
string
Required
Unique ID of the application
page_noquery
integer
| value >= 1
Page number for pagination. Defaults to 1.
Default Value : 1
page_sizequery
integer
| value >= 1
| value <= 100
Number of staff members to return per page. Defaults to 10 and must not exceed 100.
Default Value : 10
order_incentquery
boolean
Select `true` to retrieve only staff members eligible for incentives on orders.
ordering_storequery
integer
| value >= 1
Positive integer ID of the ordering store. Returns staff assigned to that store, plus application staff with the `admin` role.
userquery
string
Unique ID of the user
user_namequery
string
Filter by the user's first or last name.
GET
Response
200
400
401
404
A paginated list of application staff members.
Hide
Paginated application staff members.
items
array of object (ApplicationStaff)
List of application staff members.
Show
page
object (Page)
Show
Examples
Parameters
company_id:
1
application_id:
"000000000000000000000001"
page_no:
1
page_size:
100
order_incent:
true
ordering_store:
1
user:
"000000000000000016841367"
user_name:
"User"
Response