Reference
/- List employees
Create new employee
Get employee wallet balances
View employee transaction statement
Get employee by employee_id
Delete employee
Remove employee from team reviewers
Move employee to a different team
Add employee as team reviewer
Update employee profile
Activate an employee
Suspend an employee
Transfer employee ownership to a new person
Allocate funds to employee wallet
Remove funds from employee wallet
List employees
Security
oauth2ClientCredentials(Required scopes: employees:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/employees
- Productionhttps://api.boyahq.com/v2/employees
- Sandboxhttps://sandbox.api.boyahq.com/v2/employees
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/employees?page=1&limit=20&team_id=string&status=ACTIVE' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ [] ], "total": 0, "limit": {}, "page": {}, "pages": 0 }