<?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[How to Manage Application Roles in FusionAuth Without a Bulk Import API]]></title><description><![CDATA[<p dir="auto">Does FusionAuth provide an API to import roles for an application?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2819/how-to-manage-application-roles-in-fusionauth-without-a-bulk-import-api</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 08:27:39 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2819.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Dec 2024 20:17:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Manage Application Roles in FusionAuth Without a Bulk Import API on Mon, 30 Dec 2024 20:19:29 GMT]]></title><description><![CDATA[<p dir="auto">FusionAuth does not currently offer an API specifically for importing roles in bulk. However, roles can be created for an application using the following approaches:</p>
<ul>
<li><strong>Create a Single Role via API</strong>:<br />
Use the <strong>POST /api/application/{applicationId}/role</strong> endpoint to create roles individually.<br />
Documentation: <a href="https://fusionauth.io/docs/apis/applications#create-an-application-role" rel="nofollow ugc">Create an Application Role</a></li>
<li><strong>Create Multiple Roles During Application Creation</strong>:<br />
When creating an application via the <strong>POST /api/application</strong> endpoint, you can define multiple roles as part of the application configuration. This is the most efficient way to set up multiple roles at once if you are creating a new application.</li>
</ul>
<p dir="auto">While there isn’t a dedicated role import API, combining these endpoints allows flexibility in managing roles programmatically.</p>
]]></description><link>https://fusionauth.io/community/forum/post/7669</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7669</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Mon, 30 Dec 2024 20:19:29 GMT</pubDate></item></channel></rss>