diff options
-rw-r--r-- | doc/api/users.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 54641f4c862..198660d609d 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -332,6 +332,9 @@ Note that `force_random_password` and `reset_password` take priority over `password`. In addition, `reset_password` and `force_random_password` can be used together. +NOTE: **Note:** +From [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29888/), `private_profile` will default to `false`. + ``` POST /users ``` |