users
Manage user accounts, authentication, and data storage within applications. These actions enable user definition with roles and permissions, plus comprehensive data management including save, load, list, and delete operations for both private and public user data storage.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 10 actions:
- delete-public-user-data
- delete-user-data
- list-public-user-data
- list-user-data
- load-public-user-data
- load-user-data
- save-public-user-data
- save-user-data
- user-data
- user
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
delete-public-user-data "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors