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

# Add 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}
        </>;
};

The system [admin users](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2) or a user who has been assigned to a group with user management privileges can add users to your environment. If you use tenants to manage access to resources and data, the supplied [admin user ](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2)and users belonging to the Supervisor group can add users to one or more tenants during user creation as well.

## When Logged In as Member of the Supervisors Group

Members of the Supervisors group can add new users to your environment, with the following caveats:

* The new user is not assigned to any groups. Only the supplied [admin user ](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2)or a user who has been assigned to a group with user management privileges can assign groups to users. If you use tenants to manage access to resources and data, a tenant admin or a user who has been assigned to a group with user management privileges can assign groups to users in the tenant.

* The <b>Require password change</b> switch on the <b>Info</b> tab is always *on* (set to <b>Yes</b>) to require users to change their password when they first log into Composer. Change to <b>No</b> if needed.

* If you use tenants to manage access to resources and data, new users are created in your environment with no tenant membership. Members of the Supervisors group or any system [admin user ](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2)can add new users to tenants as required.

<b>Add a user (Supervisor group members)</b>

1. Log in as a system [admin user](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups#The2) or a member of the Supervisors group. Select <b>System Users</b> to open the Manage Users work area and list all users in your environment.

2. Select <b>New User</b>. A New User work area opens with three tabs: <b>Info</b>,<b>Tenant(s)</b>, and <b>Regional Settings</b>.

3. On the <b>Info</b> tab, enter the user login name, full name, email, and password values. Adjust the <b>Require password change</b> switch (<b>Yes</b> by default) as needed. See Specify General User Information.

4. Select <b>Save</b> to save the new user. Until you save the user, you can't access the <b>Tenants(s)</b> and <b>Regional Settings</b> tabs for this user.

5. Select the user you just created from the user list. Assign the user to one or more tenants on the Tenant(s) tab, and optionally select a <b>Current Tenant</b> if they are assigned to multiple tenants. See Assign and Remove Users in Tenants.

6. On the <b>Regional Settings</b> tab, select a regional language for the user definition. See Specify A User's Regional Settings.

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

## When Logged In as an Administrator or a Group User with User Management Privileges

<b>Add a user (admin user or user with user management group privileges)</b>

1. Log in as an administrator or a user who has been assigned to a group with user management privileges.

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

2. Select <b>Users and Groups</b> on the [UI menu](/logi-symphony/composer/v24/navigate/the-composer-ui-menu) ( <InlineImage src="/images/image_110.png" alt="" href="https://logi-composer-v24.insightsoftware.com/hc/article_attachments/3075690287501" />). 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 user definitions that have been defined for the account.

4. Select <b>New User</b>. A New User work area opens with three tabs: <b>Info</b>,<b>Custom Attributes</b>, and <b>Regional Settings</b>.

5. On the <b>Info</b> tab, enter the user login name, full name, email, and password values.

Optionally, adjust the <b>Require password change</b> switch (<b>Yes</b> by default) as needed. See Specify General User Information.

Optionally, add the user to available groups.

6. Select <b>Save</b> to save the new user. Until you save the user, you can't access the <b>Custom Attributes</b> and <b>Regional Settings</b> tabs for this user.

7. On the <b>Custom Attributes</b> tab, specify custom attributes for the user. See Specify Custom User Attributes.

8. On the <b>Regional Settings</b> tab, select a regional language for the user definition. See Specify A User's Regional Settings.

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