/
Add employee to team
Add employee to a team
Security
oauth2(Required scopes: employee:update) or bearerAuth or apiKeyHeader
PUT
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X PUT \
'https://sandboxapi.peach.finance/api/employees/{employeeId}/teams/{teamId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'