Skip to content
  • There are no suggestions because the search field is empty.

How do I assign or change a user's role?

Learn how to instantly assign or modify a user’s role and permissions in FreJun using the update endpoint. This guide explains the payload format, best practices, and how role changes impact access control.

Managing user roles is essential to maintaining security and productivity within your FreJun workspace. Role-based access ensures that every team member has the right permissions—whether they are an admin, manager, or agent. FreJun allows you to update these roles instantly through a simple API request, giving you full control over who can access specific features.

This article walks you through the exact steps to assign or change a user’s role using the PUT update endpoint. You’ll also learn how the change takes effect immediately and how to verify updated permissions for seamless team operations.

Use the PUT update endpoint with a payload like:

{
"email": "<user_email>",
"role": "<role id>"
}

This instantly updates the user’s role and permissions.

 

If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!

👉 New to FreJun? Get started today: https://product.frejun.com/signup