summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index aaf1a27220d..5615dcdd307 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -270,8 +270,13 @@ Users on GitLab [Starter, Bronze, or higher](https://about.gitlab.com/pricing/)
the `shared_runners_minutes_limit` and `extra_shared_runners_minutes_limit` parameters: **[STARTER]**
```json
+{
+ "id": 1,
+ "username": "john_smith",
"shared_runners_minutes_limit": 133,
"extra_shared_runners_minutes_limit": 133
+ ...
+}
```
You can include the user's [custom attributes](custom_attributes.md) in the response with: