Assign Users to Programs with REST API
Create a REST API POST request that uses the assignEnablementPrograms invocable action for assigning Enablement programs
User Permissions Needed | |
---|---|
To assign or unassign programs: | Design and Deliver Enablement Programs OR Design and Deliver Enablement Lite Programs |
-
In a REST API POST request, use the assignEnablementProgram invocable action.
-
In the request, include the
assigneeId
,programId
,notificationUserId
, andstartDate
parameters.
The assignEnablementProgram
invocable action counts against your org’s Bulk API 2.0 limits. To help accommodate these limits, this example shows a bulkified request.
See Also