# Users | Code | Message | | --- | --- | | 10100 | The user name is missing. To be able to create a new user, you must provide a name. | | 10101 | The user email is missing. To be able to create a new user, you must provide an email address. | | 10102 | The user ID is missing. Please provide a valid user ID. | | 10103 | The user does not exist. Have you used the correct user ID? | | 10104 | The user name, email and password are missing. Please make sure at least one of them are provided. | | 10105 | To create a new user, please don't pass in a user ID. | | 10106 | To update a user, please pass in a user ID. | | 10107 | To delete a user, please pass in a user ID. | | 10108 | No users found. | | 10109 | Unable to add a new user as you have reached your user limit for your current plan. | | 10110 | Unable to add a new user as a user already exists with this email address. |