summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorThiago Presa <tpresa@gitlab.com>2019-03-22 09:54:03 +0000
committerSean McGivern <sean@gitlab.com>2019-03-22 09:54:03 +0000
commit538741f2303f03e520d0bbfea150da6754f5a995 (patch)
treed7e04fc2f5e60ed94e7109eca6a574499e85b458 /doc/api
parente14b4b051ef4fda565b50b8d92644ab046dfcdbf (diff)
downloadgitlab-ce-538741f2303f03e520d0bbfea150da6754f5a995.tar.gz
Add highest_role method to User
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/users.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index b0977810120..606003a75e2 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -140,7 +140,8 @@ GET /users
"can_create_project": true,
"two_factor_enabled": true,
"external": false,
- "private_profile": false
+ "private_profile": false,
+ "highest_role":10
}
]
```