> ## 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.

# Configuring and Editing Users

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: "has_image , Overview , Admin , Article , Product Utilization , Established"}} />

When you initially create a managed user account or when a user's access needs changes, administrators make those changes in the Admin Console. You can make changes to a single managed user or multiple managed users at once.

<Note>
  **Prerequisite**

  You must be:

  * An Admin
  * A Co-admin with the *Manage users* permission enabled

  to edit managed users.
</Note>

**To edit a managed user:**

1. Go to **Admin Console > Users and Groups**.
2. Click the **Managed Users** tab.
3. Click the user name.
4. Make any desired changes. See the [Managed Users Tab](/en/box-admin-tools/managing-box-users-and-admins/understanding-user-management/users-groups-settings#managed-users-tab) section of [Users & Groups Settings](/en/box-admin-tools/managing-box-users-and-admins/understanding-user-management/users-groups-settings) for details. Click Edit (<InlineImage src="/images/box-admin-tools/button-edit.png" alt="button-edit-png" />) in each section to make changes to the user account. (If the section is collapsed, hover over the section header or click <InlineImage src="/images/box-admin-tools/arrowhead-down.png" alt="arrowhead-down-png" height="0.5em" /> to expand the section and see the Edit button.)
5. Click **Save**.

<Note>
  **Note**

  As a co-admin, you only have access to folders you own or collaborate on, and you might not see all of the managed/external user folders under Folder Collaborations in the Admin console. Contact your admin for more information.
</Note>

The Admin Console's Bulk Edit feature enables you to make changes to multiple manages user accounts at once by downloading a spreadsheet containing all users in your account, making changes to the data in the spreadsheet, and then uploading the spreadsheet with the changes.

<Note>
  **Note**

  The only information about managed users that you can edit with this method is:

  * Name
  * Group membership
  * Storage amount
  * External collaboration restricted
</Note>

**To edit multiple managed users:**

1. Go to **Admin Console > Users and Groups**.
2. Click the **Managed Users** tab.
3. Click **Bulk Edit** (<InlineImage src="/images/box-admin-tools/bulk-edit-button.png" alt="bulk-edit-button-png" />) and then click **Download Current Users**.
4. Open the spreadsheet file that was downloaded and make any desired changes to the account data in the file.
   * To give a user unlimited storage, set the value in the **Storage** column to **unlimited** or **-1**.
   * Only the attributes on the spreadsheet can be edited in bulk via this method.
   * Do not change the data in the Email column. Changing an email address results in the creation of a new user account with that email address.
   * See the [Managed Users Tab](/en/box-admin-tools/managing-box-users-and-admins/understanding-user-management/users-groups-settings#managed-users-tab) section of [Users & Groups Settings](/en/box-admin-tools/managing-box-users-and-admins/understanding-user-management/users-groups-settings) for more information about user account settings.
5. Save your changes to the spreadsheet.
6. Click **Bulk Edit** (<InlineImage src="/images/box-admin-tools/bulk-edit-button.png" alt="bulk-edit-button-png" />) and then click **Upload Updated Users**.
7. Select and upload the file from your computer. Any changes you made to users in the spreadsheet will now be applied to the users in Box.
