Curricula
Assign curricula to the authenticated user.
Input
| Name | Type | Description |
| PrimaryKey | String | The StudentId to assign the curricula to. This needs to match the authenticated user.
The default value is CURRENT_USER. |
| QualificationID | String | The unique ID of a curriculum in the system. |
| AssignmentDate | Datetime | The assignment date of the curriculum. |
| Priority | Long | The priority of the curriculum to help the user understand which curricula are most important. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Whether the operation succeeded or not. |
| StudentID | String | This is 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. |
| ErrorMessage | String | The error message in case of a failure. |