post
https://{customerDomain}.heyteam.com/eapi/users//programs//close
Close a specific program for a user without triggering notifications of offboarding.
Important: The program parameter must be a user program ID (the ID of a program instance assigned to a specific user), not a program template ID.
To find the user program ID:
- Use the
GET /eapi/programsendpoint to list all user programs and find theidfield - Or use
GET /eapi/programs/{id}to get details of a specific user program
Idempotent: Closing an already closed program returns success.