From 6d3a9adf4ac29c09faa008514f733ba3cc79f54d Mon Sep 17 00:00:00 2001
From: Jamie Reid <jrreid@gitlab.com>
Date: Wed, 31 Jan 2024 17:28:32 +0000
Subject: [PATCH] Add /api/v4/users/:id rate limit for gitlab.com to docs

---
 doc/user/gitlab_com/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md
index 62567fa34a972..9093d62dbd685 100644
--- a/doc/user/gitlab_com/index.md
+++ b/doc/user/gitlab_com/index.md
@@ -363,7 +363,8 @@ after the limits change in January, 2021:
 | **GitLab Pages** TLS connections (for a given **GitLab Pages domain**)     |                               | **400** requests per **10 seconds**  |
 | **Pipeline creation** requests (for a given **project, user, and commit**) |                               | **25** requests per minute           |
 | **Alert integration endpoint** requests (for a given **project**)          |                               | **3600** requests per hour           |
-| **[Pull mirroring](../project/repository/mirror/pull.md)** intervals       | **5** minutes                 | **5** minutes |
+| **[Pull mirroring](../project/repository/mirror/pull.md)** intervals       | **5** minutes                 | **5** minutes                        |
+| **API Requests** (from a given **user**) to `/api/v4/users/:id`            |                               | **300** requests per **10 minutes**  |
 
 More details are available on the rate limits for
 [protected paths](#protected-paths-throttle) and
-- 
GitLab