Add New Userpost https://{server}/api/v2.1/admin/users/Add a new user with desired details.Body ParamsemailstringrequiredLogin email of the user.passwordstringrequiredLogin password of the user.namestringFull name of the user.is_staffbooleanDefaults to falsetrue or false if the user will be an (system) admin. false by default.truefalseis_activebooleanDefaults to truetrue or false if the user could log in. true by default.truefalseResponse 200OKUpdated about 2 years ago