ScheduleBlock
Modify enrollment status when users need to withdraw from a course or managers need to enroll or withdraw users.
Input
| Name | Type | Description |
| UserID | String | The unique ID of a user in the Learning Management System (LMS). This is recognized within the LMS only. If you want an ID that is recognized throughout SAP SuccessFactors HCM Suite, you want to get the Person GUID or Person External ID. |
| PersonGUID | String | An internally generated, immutable identifier for one person across all of SuccessFactors HCM Suite. This is different from an LMS user ID (often called STUDENT ID). The student ID is used only within the Learning Management System (LMS). It is also different from the PERSON ID, which is used throughout SAP SuccessFactors HCM Suite but is mutable. In most cases, you use the Person ID when you want to call a single user throughout the suite. |
| ScheduleBlockId | String | The unique ID of the schedule block. |
| LeaveStartDate | Datetime | If the schedule block applies to a leave request, this is the start date of the leave. |
| LeaveEndDate | Datetime | If the schedule block applies to a leave request, this is the end date of the leave. |
| ExternalCode | String | An external code used to reference this schedule block in external systems or integrations. |
| IseRuleId | String | The ID of the Intelligent Services Engine (ISE) rule associated with this schedule block. |
| Domain | String | The security domain ID of the entity. You can associate a record with an access domain to control the administrators who can access the record. What an administrator can access and do for a record depends on how you configured the entity, function, and workflow domain restrictions of the role ID that is associated with the administrator. Defaults to PUBLIC. |
| Active | Bool | Indicates whether the schedule block is active. If true, the schedule block is active. If false, the schedule block is inactive. Defaults to true. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation succeeded or not. |
| ErrorMessage | String | The error message in case of a failure. |