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 

InputTypeDescription
assigneeIdIDRequired. The ID of the Enablement user to assign to the program.
notificationUserIdIDRequired. 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.
programIdIDRequired. The ID of the program being assigned.
startDateIDRequired. The date that assignees can access the program. Dates for Saturdays and Sundays are automatically set to the following Monday.

Outputs 

None

See Also