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

# Managing Collaborators of a User's Files and Folders

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "content manager , Admin Console"}} />

Content Manager enables Admins to manage the collaborators of content owned by the organization's managed users.

**To manage collaborators of a user's Items:**

1. Go to **Admin Console > Content**.
2. Select the **Content Manager** tab.
3. Select **Users**.
4. Select the Expand control (<InlineImage src="/images/box-admin-tools/expand.png" alt="Expand" />) next to a user's name.
5. Navigate the folder structure of the Items that the user owns or has access to under the user's name, or navigate the folders and view the Items in the folders in the Item list on the right.
6. Hover over the Item and select **Manage Collaborators** (<InlineImage src="/images/box-admin-tools/manage-collaborators.png" alt="Manage Collaborators" />) or select the item on the list and select **Manage Collaborators** from the top action bar.

In the **Collaborators** dialog box, Admins can:

* See a list of users and groups who have access to the Item, including users who have been deactivated.
* View whether a collaborator is collaborated on the Item (direct collaboration) or on a parent Item (inherited collaboration) by reviewing the value in the **Added To** column. This value is also a link, which will navigate you directly to the Item.
* Change or remove the collaborator permission in the **Permission** column. See [Understanding Collaborator Permission Levels](/en/box-fundamentals/for-users/collaborating/collaborating-by-inviting-others/understanding-collaborator-permission-levels) for information describing each available permission.
* See collaborators' details after clicking on a collaborator.
* Search for collaborators.
* Change ownership of the Item.

<Note>
  **Note**

  * Admins can add collaborators to an Item in Content Manager, but not in this dialog box. To do so, hover on the Item and select the arrow icon (<InlineImage src="/images/box-admin-tools/share.png" alt="Share" />). See [Managing Shared Links of a User's Files and Folders](/en/box-admin-tools/managing-content/content-manager/managing-shared-links-of-a-users-files-and-folders) for details.
  * **Manage Collaborators** appears only for Items that have been shared.
</Note>
