Adds a note about the case when reset_password is false
What does this MR do?
If reset_password
is set to false
, then it will be necessary to specify password
value, otherwise, the creation of user will fail with the error: "password":["can't be blank"]
. This MR adds the note about it to the API reference.