Assign Enablement Program
Automatically assign a user to an Enablement program based on your determined
criteria.
To assign users to an Enablement program, enable the Design and Deliver Enablement Programs user permission.
This object is available in API version 58.0 and later.
Supported REST HTTP Methods
URI: /services/data/v58.0/actions/standard/assignEnablementProgram
Formats: JSON
HTTP Methods: POST
Authentication: Authorization: Bearer token
Inputs
| Input | Type | Description |
|---|---|---|
| assigneeId | ID | Required. The ID of the Enablement user to assign to the program. |
| notificationUserId | ID | Required. The ID of another Salesforce user to notify when the program assignment is complete. By default, a notification is sent to the user who runs this invocable action. Use notificationUserId to specify another user that you want to notify. |
| programId | ID | Required. The ID of the program being assigned. |
| startDate | ID | Required. The date that assignees can access the program. Dates for Saturdays and Sundays are automatically set to the following Monday. |
Outputs
None