Add a new user with a name, email, and password
cURL
curl --request POST \ --url https://api.fluxend.app/users \ --header 'Content-Type: application/json' \ --data '{ "bio": "<string>", "email": "<string>", "password": "<string>", "username": "<string>" }'
{ "content": { "bio": "<string>", "createdAt": "<string>", "email": "<string>", "organizationUuid": "<string>", "roleId": 123, "status": "<string>", "updatedAt": "<string>", "username": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
User details
The body is of type object.
object
User created
The response is of type object.