# Multiple Admins?

**URL:** https://community.glideapps.com/t/multiple-admins/9000
**Category:** Ask for Help
**Created:** [May 12, 2020, 8:43pm UTC](https://community.glideapps.com/t/multiple-admins/9000 "2020-05-12T20:43:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![spencerb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/spencerb/32/4486_2.png) [@spencerb](https://community.glideapps.com/u/spencerb)
#### Post date: [May 12, 2020, 8:43pm UTC](https://community.glideapps.com/t/multiple-admins/9000/1 "2020-05-12T20:43:56Z")

</div>

Hi, if I want multiple people to have editing privileges as admins, do I just create multiple columns with Admin 1, Admin 2, Admin 3, etc., and then select the array when in Layout mode to give them editing privileges? I saw in your [Admin Apps & Editing Rights](https://youtu.be/YsKFgsHdRvo?t=361) video how to do it for one, but wanted to make sure I’m thinking about this correctly.

Thanks for your help!

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [May 12, 2020, 8:48pm UTC](https://community.glideapps.com/t/multiple-admins/9000/2 "2020-05-12T20:48:28Z")

</div>

Correct ! ADMIN\_1, ADMIN\_2, … then use the “ADMIN\_ is signed in user” to grant them admin priviledges.

---

<div class="post-metadata">

### Author: ![spencerb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/spencerb/32/4486_2.png) [@spencerb](https://community.glideapps.com/u/spencerb)
#### Post date: [May 12, 2020, 8:49pm UTC](https://community.glideapps.com/t/multiple-admins/9000/3 "2020-05-12T20:49:34Z")

</div>

Excellente! Thank you, sir!

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [May 12, 2020, 8:51pm UTC](https://community.glideapps.com/t/multiple-admins/9000/4 "2020-05-12T20:51:50Z")

</div>

Welcome 🙂

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [May 12, 2020, 8:54pm UTC](https://community.glideapps.com/t/multiple-admins/9000/5 "2020-05-12T20:54:50Z")

</div>

Note that you can also use the Users Profiles for such purpose : in the User profiles sheets, add a column “Admin” for example, for which rows contain booleans : true if admin. Then in the visibility options for components you can use data linked to your users : “USER \> Admin” is true. It’s also better and cleaner than an array of admins.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [May 12, 2020, 8:58pm UTC](https://community.glideapps.com/t/multiple-admins/9000/6 "2020-05-12T20:58:52Z")

</div>

Yes, this last post is what I recommend now. In your user profile sheet, include a ROLE column. Here you can set whether users are users or admins. Then you can provide privileges to only admins. In my recent OurNeighborhood app, I used this role column to specify whether a user is a resident or one of the HOA board members (President, vice president, etc.). Then I provided Access to admin features if role was not resident.

---

<div class="post-metadata">

### Author: ![spencerb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/spencerb/32/4486_2.png) [@spencerb](https://community.glideapps.com/u/spencerb)
#### Post date: [May 12, 2020, 9:14pm UTC](https://community.glideapps.com/t/multiple-admins/9000/7 "2020-05-12T21:14:17Z")

</div>

Ok, that’s what I thought but I forgot where that I first saw that. I think on Twitter. Thanks, Robert!
