- Customer Support
- APIs and SDKs FAQs
- 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!