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": "<unknown>", "success": true }
User details
User created
Show child attributes