<?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[Can I get permissions granted to a user against an Entity in an OAuth grant]]></title><description><![CDATA[<p dir="auto">I create an entity, then granted a user access to that entity using the <a href="https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/" rel="nofollow ugc">API</a>.</p>
<p dir="auto">Is there a way I can get those entity permissions in authorization code grant?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1118/can-i-get-permissions-granted-to-a-user-against-an-entity-in-an-oauth-grant</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:25:04 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1118.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Jun 2021 20:59:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I get permissions granted to a user against an Entity in an OAuth grant on Mon, 06 Dec 2021 18:08:43 GMT]]></title><description><![CDATA[<p dir="auto">The ability to search grants for a user was a gap in our documentation. We have since released an update to showcase/describe the use case.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants</a></p>
<p dir="auto">Your API endpoint call will look like below:</p>
<pre><code>GET /api/entity/grant/search?userId={uuid}
</code></pre>
<p dir="auto">Additional possible filtering functionality is documented in this <a href="https://github.com/FusionAuth/fusionauth-issues/issues/1511" rel="nofollow ugc">feature request</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/post/4010</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/4010</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 06 Dec 2021 18:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to Can I get permissions granted to a user against an Entity in an OAuth grant on Wed, 30 Jun 2021 21:01:48 GMT]]></title><description><![CDATA[<p dir="auto">Not at the current time.</p>
<p dir="auto">You can of course use the API to retrieve the grants against your entity and you can <a href="https://fusionauth.io/docs/v1/tech/apis/entity-management/entities/#search-for-entities" rel="nofollow ugc">search for all entities</a> a user has been granted pemissions on, but this is not currently part of any OAuth grants.</p>
<p dir="auto">Please <a href="https://github.com/fusionauth/fusionauth-issues/issues" rel="nofollow ugc">file an issue</a> outlining your use case if you'd like support to be added.</p>
]]></description><link>https://fusionauth.io/community/forum/post/3313</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3313</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Wed, 30 Jun 2021 21:01:48 GMT</pubDate></item></channel></rss>