post https://apiv4.ordering.co////users
This API endpoint is used to create a user on the platform.
User Level Restrictions
All user registered by default as level 3 (Type: Client/Customer) and only a user level 0 (Type: administrator) can create a user with different level.
Register By an Admin NEW FEATURE!
A user can be registered by an administrator with email or with a number and without a password, when this email or this number is registered again by the user, a password can be assigned.
Using Ordering SDK
const response = await ordering.users().save();