Single User Creation
Create a single user account in the system.
This endpoint accepts standard user fields like name, email, password, and role.
It performs validation, assigns the user to the specified org unit, and returns the user details upon success.
Use this endpoint when creating one user at a time.
Request
This endpoint expects an object.
auth
role
optional
email
valid
0: suspended user; 1: active user
lastname
password
(if not specified password will be generated and sent to the user)
username
firstname
Response headers
Keep-Alive
X-Powered-By
Response
OK
idst
message
success
userdata

