From 1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa Mon Sep 17 00:00:00 2001 From: Adam Hegyi Date: Fri, 19 Jul 2019 09:53:19 +0000 Subject: Add a note about private_profile changes in 12.1 --- doc/api/users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/users.md b/doc/api/users.md index fdc84826680..b41fd106fc5 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -349,6 +349,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 ``` -- cgit v1.2.1