> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Job Changes

Creates a job change instance with the specified data.

Secured by: Change Job

Scope: Staffing.

## Basic Parameters

<div className="integrations-table">
  | Parameter                   | Description                     |
  | --------------------------- | ------------------------------- |
  | ID                          | The Workday ID of the resource. |
  | Job Change Reason ID        | wid / id / reference id.        |
  | Supervisory Organization ID | wid / id / reference id.        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                              |
  | ------------------ | ------------------------------------------------------------------------------------------------------------------------ |
  | Effective          | The date this business process takes effect.                                                                             |
  | Move Managers Team | Returns a boolean that indicates whether teams reporting to the \~Manager\~ moved with them during the Change Job Event. |
</div>

## Example Output

```json theme={"dark"}
{
	"descriptor": "Lorem ipsum dolor sit ame",
	"effective": "The date this business process takes effect.",
	"href": "A link to the instance",
	"id": "Id of the instance",
	"jobChangeReason": {
		"descriptor": "A description of the instance",
		"href": "A link to the instance",
		"id": "wid / id / reference id"
	},
	"moveManagersTeam": true,
	"proposedOrganizations": [
		{
			"descriptor": "Lorem ipsum dolor sit ame",
			"href": "A link to the instance",
			"id": "Id of the instance"
		}
	],
	"supervisoryOrganization": {
		"descriptor": "A description of the instance",
		"href": "A link to the instance",
		"id": "wid / id / reference id"
	}
}
```

## Workflow Library Example

[Create Job Changes with Workday and Send Results Via Email](https://library.blinkops.com/workflows/create-job-changes-with-workday-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-job-changes-with-workday-and-send-results-via-email/canvas" />
</div>
