<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with groups]]></title><description><![CDATA[A list of topics that have been tagged with groups]]></description><link>https://fusionauth.io/community/forum/tags/groups</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 08:22:54 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/groups.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Group &amp; Role Design in a nearly multitenant Applicatino]]></title><description><![CDATA[<p dir="auto">For those reading, please check out <a href="https://fusionauth.io/community/forum/topic/2500/how-can-i-get-entity-permissions-into-a-jwt">this post</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2051/group-role-design-in-a-nearly-multitenant-applicatino</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/2051/group-role-design-in-a-nearly-multitenant-applicatino</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Groups as companies]]></title><description><![CDATA[<p dir="auto">Hi <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/596">@harunkilic</a> ,</p>
<p dir="auto">Welcome to the FusionAuth community! I am glad you like the software.</p>
<p dir="auto">You can't create group fields. What you can do is assign roles to a group. If a user is in that group and registered for an application with those roles, they will assume the roles. For example:</p>
<p dir="auto">User A is in Group B. Group B has roles 1, 2, and 3. Role 1 is in Application Z. Role 2 and 3 are in Application X.</p>
<p dir="auto">If user A is registered for application X and is in Group B, they will have roles 2 and 3. They won't have role 1 because that is associated with application Z, which they are not registered for.</p>
<p dir="auto">You can't build your own entities, though that is on our roadmap. <a href="https://github.com/fusionauth/fusionauth-issues/issues/881" rel="nofollow ugc">Follow this issue</a> to be updated on when that feature is implemented. Full transparency, it will likely be a feature limited to our paid editions; learn more about our <a href="https://fusionauth.io/pricing/editions/" rel="nofollow ugc">paid editions here</a>.</p>
<p dir="auto">Whether groups make sense depends on a lot of things.</p>
<p dir="auto">Some questions to consider:</p>
<p dir="auto">Are you limiting application access by group? Are you going to be using the API to do so, or do you want to have the information in the JWTs and available after authentication? Does each company have an application? Are you going to use the hosted login pages or build your own?</p>
<p dir="auto">I can't give extensive architectural advice, but maybe if you talk a bit more about your use case the choice will be clearer.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/800/groups-as-companies</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/800/groups-as-companies</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Retrieving groups of users]]></title><description><![CDATA[<p dir="auto">Fix is live: <a href="https://github.com/FusionAuth/fusionauth-site/pull/147" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-site/pull/147</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/246/retrieving-groups-of-users</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/246/retrieving-groups-of-users</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Is there a way to get all the members of a particular group?]]></title><description><![CDATA[<p dir="auto">You need to use the <a href="https://fusionauth.io/docs/v1/tech/apis/users#search-for-users" rel="nofollow ugc">user search API</a> with an elastic search query string.</p>
<p dir="auto">Here's a curl example:</p>
API_KEY=....
GROUP_ID=f4a64b10-1cf6-4289-84c0-c3035f3b78bc

curl -H "Authorization: $API_KEY" 'http://localhost:9011/api/user/search/?queryString=memberships.groupId:'$GROUP_ID 

<p dir="auto">If you are using the database search engine, you cannot find all the members of a group.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/183/is-there-a-way-to-get-all-the-members-of-a-particular-group</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/183/is-there-a-way-to-get-all-the-members-of-a-particular-group</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[What’s your recommendation on handling roles across multiple applications within a Tenant?]]></title><description><![CDATA[<p dir="auto">Groups would be a good solution. The group just allows you to assign the roles to the group instead of the user - and then the group membership allows you to inherit those roles (assuming the user is registered for the application whose roles belong to the group).</p>
]]></description><link>https://fusionauth.io/community/forum/topic/176/what-s-your-recommendation-on-handling-roles-across-multiple-applications-within-a-tenant</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/176/what-s-your-recommendation-on-handling-roles-across-multiple-applications-within-a-tenant</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>