From workhuman-pack
Troubleshoots common errors in Workhuman Social Recognition API for employee rewards, recognitions, and HRIS integrations like Workday.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin workhuman-packThis skill is limited to using the following tools:
Guidance for common errors with Workhuman Social Recognition and rewards API.
Provides security basics for Workhuman recognition API integrations: OAuth 2.0 auth, REST endpoints, error handling, HRIS sync with Workday/SuccessFactors.
Provides solutions for RemoFirst API errors including 401 unauthorized, 429 rate limits, and 422 validation in Python for global HR, EOR, payroll integrations.
Provides ethical HR guidance for hiring, onboarding/offboarding, PTO/leave management, performance reviews, compliant policies, and employee relations in engineering teams.
Share bugs, ideas, or general feedback.
Guidance for common errors with Workhuman Social Recognition and rewards API.
| Endpoint | Method | Description |
|---|---|---|
/api/v1/recognitions | GET | List recognitions |
/api/v1/recognitions | POST | Create nomination |
/api/v1/recognitions/:id | GET | Get recognition status |
/api/v1/users | GET | List employees |
/api/v1/rewards/catalog | GET | Browse reward catalog |
/api/v1/rewards/redeem | POST | Redeem points for reward |
| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Token expired | Re-authenticate |
403 Forbidden | Insufficient permissions | Check role/permissions |
422 Validation | Missing fields | Check required fields |
404 Not Found | Invalid ID | Verify resource exists |
See related Workhuman skills for more patterns.