Update documentation regarding private profiles
What does this MR do and why?
Update documentation to fix unclear and misleading information about private profiles. Setting are profile to private does hide information from REST and GraphQL APIs in certain scenarios. Whereas the documentation suggests otherwise.
Screenshots or screen recordings
How to set up and validate locally
An example of hidden information via the REST API:
- Set user Profile to Private as described under
https://docs.gitlab.com/ee/user/profile/#make-your-user-profile-page-private
- Get list of User projects via API for uid 1 :
http "https://gitlab.com/api/v4/users/1/projects"
- An empty list of is returned by the API
- Set the user Profile to Public again, and repeat step 2 to get list of projects.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Russell Dickenson