User Management
Introduction
ROQ provides a complete solution for user management. With ROQ, you can:
- Protect your web application with login and registration (authentication).
- Group users into tenants (multi-tenancy).
- Invite other users (user invites).
- Notify your users via various channels (notifications).
- Define roles and permissions for users (access management).
- Login to ROQ Console (opens in a new tab) and see all data which is related to a user.
API
The Users API allows us to create, update, or deactivate any user. For detailed information and code samples, please refer to this API documentation.
UI Components
ROQ also proviodes UI Components for easy user management. For detailed usage instructions, please refer to this documentation.