# How do I give an admin access to certain userspecific info?rmation

**URL:** https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296
**Category:** Ask for Help
**Created:** [November 16, 2022, 4:11pm UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296 "2022-11-16T16:11:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![KPT](https://avatars.discourse-cdn.com/v4/letter/k/eb9ed0/32.png) [@KPT](https://community.glideapps.com/u/KPT)
#### Post date: [November 16, 2022, 4:11pm UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296/1 "2022-11-16T16:11:23Z")

</div>

I have an app where an admin needs to be able to change users hourly rates.  
I have Role column in my user where a certain user is set to Admin.  
Then i have a menu screen where I have an inline list of all the users in the database.  
There’s an action on the inline list to show an edit screen for the item.

However it seems its opening the same screen as if the user would change it’s own profile settings, like name, profile pic, email etc.

How do I do so the admin only get access to something very specific without having access to other user details?

---

<div class="post-metadata">

### Author: ![JuanM](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/juanm/32/33666_2.png) [@JuanM](https://community.glideapps.com/u/JuanM)
#### Post date: [November 16, 2022, 5:32pm UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296/2 "2022-11-16T17:32:07Z")

</div>

You can use the visibility conditions for the components of that screen and thus show only what you need to see

[Glide Docs • Visibility Conditions (glideapps.com)](https://www.glideapps.com/docs/reference/security-and-user-data/visibility-conditions)

* * *

point of view:

For more security you should use row owners in the users email column and a new email column also with row owners, containing the administrator email and apply the aforementioned filter.

[Glide Docs • Visibility Conditions (glideapps.com)](https://www.glideapps.com/docs/reference/security-and-user-data/visibility-conditions)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 16, 2022, 6:07pm UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296/3 "2022-11-16T18:07:50Z")

</div>

> [@JuanM](#):
>
> and a new email column also with row owners

Or, since they are using roles, have a new column with ‘Admin’ placed in every row in that column in the table, and apply Row owners to that column. That way you don’t need a column for every admin if there is more than one.

---

<div class="post-metadata">

### Author: ![KPT](https://avatars.discourse-cdn.com/v4/letter/k/eb9ed0/32.png) [@KPT](https://community.glideapps.com/u/KPT)
#### Post date: [November 17, 2022, 8:53am UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296/4 "2022-11-17T08:53:54Z")

</div>

Ohhh yes, was not thinking. Thank you

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 18, 2022, 8:53am UTC](https://community.glideapps.com/t/how-do-i-give-an-admin-access-to-certain-userspecific-info-rmation/54296/5 "2022-11-18T08:53:58Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
