Adding a New User

You can add new users to the users collection if you are logged in with administrative rights or provide the correct credentials. To add a new user, perform an HTTP POST operation with the new user data - username, password, first_name, last_name, and email address, and if that username is not already in use, the new user will be added.