CreateMentorshipForWorker
Creates a mentorship between two workers.
Workday Resource Information
Functional Description---
The Create Mentorship For Worker endpoint is used to create new mentorships for between two workers.
Example Use Cases
---
A manager can create a mentorship for their direct report, and have the ability to choose a mentor, mentor type, and provide a purpose.
An Admin can create a mentorship between a worker and a mentor.
Additional Information
---
The security follows the security policy of the Manage Mentorship business process.
The mentee, mentor, mentor type, purpose, and comment are specified in the body of the request.
If the business definition for Manage Mentorship has an approval step, then the mentorship is not created until the mentorship event is approved in Workday.
Secured by: Add a Mentor for Worker
Scope: Career and Development Planning, Worker Profile and Skills
Input
| Name | Type | Description |
| Comment | String | Comment entered by the processing person for the last event record, without security filtering. If empty, no comment was entered. |
| Descriptor | String | The display name of the instance |
| EndDate | Datetime | The proposed end date of the mentorship. |
| Id | String | Unique identifier for the mentorship instance. |
| Mentee_Id | String | Unique identifier or reference ID for the assigned mentee. |
| MentorType_Id | String | Unique identifier or reference ID for the mentor type. |
| Mentor_Id | String | Unique identifier or reference ID for the assigned mentor. |
| Purpose | String | The proposed purpose or objective of the mentorship. |
| StartDate | Datetime | The proposed start date of the mentorship. |
Result Set Columns
| Name | Type | Description |
| Comment | String | Comment entered by the processing person for the last event record, without security filtering. If empty, no comment was entered. |
| Descriptor | String | The display name of the instance |
| EndDate | Datetime | The proposed end date of the mentorship. |
| Id | String | Unique identifier for the mentorship instance. |
| Mentee_Descriptor | String | The display name of the instance |
| Mentee_Href | String | URL link to the mentee instance. |
| Mentee_Id | String | Unique identifier or reference ID for the assigned mentee. |
| MentorType_Descriptor | String | The display name of the instance |
| MentorType_Href | String | URL link to the mentor type instance. |
| MentorType_Id | String | Unique identifier or reference ID for the mentor type. |
| Mentor_Descriptor | String | The display name of the instance |
| Mentor_Href | String | URL link to the mentor instance. |
| Mentor_Id | String | Unique identifier or reference ID for the assigned mentor. |
| Purpose | String | The proposed purpose or objective of the mentorship. |
| StartDate | Datetime | The proposed start date of the mentorship. |