> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Modify Users

export const InlineImage = ({src, href, alt = "", size = "medium", customSize, position = "left", children}) => {
  const sizeClasses = {
    small: "w-6 h-6",
    medium: "w-8 h-8",
    large: "w-12 h-12",
    xlarge: "w-16 h-16"
  };
  const ImageComponent = () => <img src={src} alt={alt} className={customSize ? '' : sizeClasses[size]} style={{
    verticalAlign: 'baseline',
    display: 'inline-block',
    margin: '0',
    padding: '0',
    border: 'none',
    maxHeight: '1em',
    ...customSize ? {
      width: customSize,
      height: customSize
    } : {
      width: '1em',
      height: '1em'
    }
  }} />;
  const imageElement = href ? <a href={href} className="inline-block border-b-0 no-underline">
            <ImageComponent />
        </a> : <ImageComponent />;
  return <>
            {position === "left" && imageElement}
            {position === "left" && " "}
            {children}
            {position === "right" && " "}
            {position === "right" && imageElement}
        </>;
};

Composer administrators, tenant administrators, or a user who has been assigned to a group with user management privileges can modify user accounts.

## Modify a User (Supervisors Group Members)

1. Log in as the supplied [admin user](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2) or a user in the Supervisors group. Select <b>System Users</b> to open the Manage Users work area and list all users in your environment. If you are logged in as a tenant admin, verify you're in or switch to the appropriate tenant.

2. On the left side of the Manage Users work area, select the name of the user you want to modify. The user information appears on the right side of the work area.

3. On the <b>Info</b> tab, modify the values for the user login name, full name, email, and password, as needed. See Specify General User Information and [Change Passwords](/logi-symphony/composer/v24/manage-users/change-passwords).

<b>Note:</b> You cannot change the groups to which a user is assigned. Groups can only be assigned by tenant administrators or tenant users who have been assigned to groups with user management privileges.

4. On the <b>Tenant(s)</b> tab, adjust the tenants to which the user is assigned or change the user's current tenant, as needed. See Assign and Remove Users in Tenants.

5. On the <b>Regional Settings</b> tab, change the regional language for the user as needed. See Specify A User's Regional Settings.

6. Select <b>Save</b> to save the user.

## Modify a User (Administrator Group Members, Group Members with User Management Privileges)

1. Log in as an administrator or a user who has been assigned to a group with user management privileges. If you are logged in as a tenant admin, verify you're in or switch to the appropriate tenant.

If the user name you log in with is also associated with other tenants, verify that the correct tenant is selected. See Switch Tenants.

2. Select <b>Users and Groups</b> on the [UI menu](https://logi-composer-v24.insightsoftware.com/hc/en-us/articles/38068711264397-The-Composer-UI-Menu) ( <InlineImage src="/images/image_110.png" alt="" href="https://logi-composer-v24.insightsoftware.com/hc/article_attachments/3075507327501" />). The Users and Groups page appears. It consists of two sections:<b>Users</b> and <b>Groups</b>.

3. Select <b>Users</b> to see a list of all the users defined for the tenant.

4. On the left side of the work area, select the name of the user you want to modify. The user information appears on the right side of the work area.

5. On the <b>Info</b> tab, supply values for the user login name, full name, email, password, and assigned groups, as needed. See Specify General User Information. You can also use this tab to disable a user definition in the account. See Enable and Disable Users .

6. On the <b>Custom Attributes</b> tab, specify or change custom attributes for the user as needed. See Specify Custom User Attributes.

7. On the <b>Regional Settings</b> tab, change the regional language for the user as needed. See Specify A User's Regional Settings.

8. Select <b>Save</b> to save the user.
