CreateMentorshipForMe
Creates a mentorship for the current processing worker where the user is also the mentee.
Workday Resource Information
Functional Description---
The Create Mentorship For Me endpoint is used by a user to create new mentorships for themself.
Example Use Cases
---
ESS: An employee wants to create a mentorship for themselves and choose a mentor, mentor type, and provide a purpose.
Additional Information
---
* The security for the employee follows the security policy of the Manage Mentorship business process.
* The mentee will default to current processing worker, and the mentor is 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
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. |
| 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. |
| 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. |