> For the complete documentation index, see [llms.txt](https://help.marcopayroll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/people-management/employee-transition/assigning-staff-managers.md).

# Assigning Staff Managers

### **Assigning a Reporting Manager**

<details>

<summary><strong>Who can use this feature:</strong></summary>

All Managers

</details>

* **Admin Managers** can assign a **Reporting Manager** for all staff.
* **Other Managers** can only assign a **Reporting Manager** for their managed staff.
* Each staff member can have **only one** Reporting Manager.

#### **Before You Begin**

Ensure that the **Reporting Manager’s profile type** is set to **Manager Only** or **Manager & Staff**.\
To learn how to change a user's profile type, refer to [**Changing a User's Profile Type**](/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/people-management/employee-transition/managing-system-access.md#changing-a-users-profile-type).

#### **Steps to Assign a Reporting Manager**

1. Go to **People**.
2. Select a staff member > **Work**.
3. Under **Work Info**, click **Edit Info**.
   * The **Edit Work Info** screen appears.
4. Select a **Reporting Manager**.
5. Click **Save Changes**.

***

### **Assigning Data Managers**

<details>

<summary><strong>Who can use this feature:</strong></summary>

Admin Managers

</details>

* **Admin Managers** can assign Data Managers in two ways:
  * **Single-assign:** Assign each staff member individually.
  * **Bulk-assign:** Assign multiple staff members to a single manager.
* Each staff member can have **multiple Data Managers**.

#### **Before You Begin**

Ensure that the **Data Manager’s profile type** is set to **Manager Only** or **Manager & Staff**.\
To learn how to change a user's profile type, refer to [**Changing a User's Profile Type**](/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/people-management/employee-transition/managing-system-access.md#changing-a-users-profile-type).

#### **Steps to Assign Data Managers**

{% tabs %}
{% tab title="Single-assign" %}

1. Go to **People**.
2. Select a staff member > **System**.
3. Under **Data Managers**, click **Edit**.
   * The **Edit Data Managers** screen appears.
4. Select the Data Managers.
5. Click **Save Changes**.
   {% endtab %}

{% tab title="Bulk-assign" %}

1. Go to **People**.
2. Select a **Manager** > **System**.
3. Under **Manage People List**, click **Edit**.
   * The **People List** screen appears.
   * The **right-side list** shows staff currently managed by the selected manager.
4. **To assign staff to a manager:**
   * Select users from the **left-side list** and click **Add**.
   * The staff are now assigned and appear in the **right-side list**.
5. **To remove staff from a manager:**
   * Select users from the **right-side list** and click **Remove**.
   * The staff are now unassigned and appear in the **left-side list**.
6. Click **×** to close the screen.
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/people-management/employee-transition/assigning-staff-managers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
