Reference
/- Move employee to a different team
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
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
Move employee to a differ...
Security
oauth2ClientCredentials(Required scopes: employees:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/employees/move-to-team
- Productionhttps://api.boyahq.com/v2/employees/move-to-team
- Sandboxhttps://sandbox.api.boyahq.com/v2/employees/move-to-team
curl -i -X POST \
https://developer.boyahq.com/_mock/v2/openapi/employees/move-to-team \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"team_code": "0003",
"employee_id": "sgggbrfldhqcudjvhhwjpzcdcpcwws",
"max_spend_per_period": "5000"
}'