# HELP- Where is the unique indexes creation (users collection)?

**URL:** https://forums.rocket.chat/t/help-where-is-the-unique-indexes-creation-users-collection/6944
**Category:** Community Support
**Created:** [May 13, 2020, 12:43pm UTC](https://forums.rocket.chat/t/help-where-is-the-unique-indexes-creation-users-collection/6944 "2020-05-13T12:43:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![galshiff](https://avatars.discourse-cdn.com/v4/letter/g/2bfe46/32.png) [@galshiff](https://forums.rocket.chat/u/galshiff)
#### Post date: [May 13, 2020, 12:43pm UTC](https://forums.rocket.chat/t/help-where-is-the-unique-indexes-creation-users-collection/6944/1 "2020-05-13T12:43:43Z")

</div>

### Description

Hi,  
Any help to guide me for the **code part** where the ‘users’ collection **unique indexes** (such as ‘username’ and ‘email.address’ ) are been created at? I cant find it anywhere in the code…

Most of the indexes are created here: **Rocket.Chat/app/models/server/models/Users.js** ,  
but not all of them (as I mentioned above).

Thanks in advance for your help 🙂

### Server Setup Information

- Version of Rocket.Chat Server: 3.0.4
- MongoDB Version: 4.2.6
