Skip to content

Adds a note about the case when reset_password is false

Alexandr Tanayno requested to merge docs-update-usersapi into master

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.

Merge request reports