# Multiple household members sharing

**URL:** https://community.glideapps.com/t/multiple-household-members-sharing/72289
**Category:** Ask for Help
**Created:** [April 3, 2024, 8:09pm UTC](https://community.glideapps.com/t/multiple-household-members-sharing/72289 "2024-04-03T20:09:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Joe](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe/32/54373_2.png) [@Joe](https://community.glideapps.com/u/Joe)
#### Post date: [April 3, 2024, 8:09pm UTC](https://community.glideapps.com/t/multiple-household-members-sharing/72289/1 "2024-04-03T20:09:57Z")

</div>

Hi all,

Does anyone know how to invite a household member to view the same app? So my app is specific to each user…what i would like to do is for people who live together to be able to login in and have access to the same data. So, the original user can go to their profile and “invite a household member” and then when that person logs in they are linked to the family.

I believe this has to be linked on the users table, but not sure how to go about that.  
Thanks!  
Joe

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 4, 2024, 12:01am UTC](https://community.glideapps.com/t/multiple-household-members-sharing/72289/2 "2024-04-04T00:01:03Z")

</div>

I would create a “household ID” that holds a unique ID. Any time a person is added by a family member, add that household ID to the new profile.

Show your data based on the household ID.
