In another article discussing user management, we covered how to use the user registration API to register users for your app. When registering a user, your app sends a collection of user registration properties to the server. Values for these properties typically come from a registration form in your app. Some form fields may be…
There will often be times when you want to delete users from your database, whether it’s to purge old users or to allow users to delete their own account. Backendless supports two methods for deleting a user: using the API or using Backendless Console. The API approach is described using the code below.
In another article, we wrote about how to change a user’s password using Backendless Console. There are also ways to change a user’s password using API. In this post, we will review the API that can be used to change the password if a user can log in.
The ability to update a user account is a common use-case for user management in applications. Either the users themselves or the admin may need to update user properties. Backendless provides the API for updating user accounts, although app admins/developers can do so using Backendless Console as well.
There are instances when you need to disable user registrations for your app. This may be needed if you are going to run a limited beta test of your application and allow only some users in. Alternatively, your app may require manual user registration (or you plan to import users from another system).
In another post, we covered user registration API, delivery of the welcome email upon the registration, login API, and the ability to enable/disable user accounts. The user management feature highlighted in this post focuses on changing a user’s password in Backendless Console.
Now that you know how to register and login users for your application, you might be wondering what degree of control over user accounts you have with Backendless. As a developer of a Backendless-powered app, the Console is the ultimate tool where you can control all aspects of your app, including user management.
A previous article in this series (registering app users using Backendless API) talks about how to create user accounts. If your application uses the user registration API, odds are you will need to use the Login API as well. The API is rather simple – it requires just two parameters: a value that uniquely identifies…
There may be instances where you need to create a user manually in your database rather than through your application. Whenever you need to quickly create a user for your app, you can always use Backendless Console. The Console makes the user creation process simple. This approach requires no coding at all, and the created…