1. Customer Support
  2. APIs and SDKs FAQs
  3. πŸ‘₯ User Management – Detailed FAQs

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

 

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!