@@ -23,7 +23,7 @@ References
23
23
24
24
* GitLab API:
25
25
26
- + https://docs.gitlab.com/ce /api/users.html
26
+ + https://docs.gitlab.com/ee /api/users.html
27
27
+ https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user
28
28
29
29
Examples
@@ -170,7 +170,7 @@ References
170
170
+ :class: `gitlab.v4.objects.UserImpersonationTokenManager `
171
171
+ :attr: `gitlab.v4.objects.User.impersonationtokens `
172
172
173
- * GitLab API: https://docs.gitlab.com/ce /api/users .html#get-all-impersonation-tokens-of-a-user
173
+ * GitLab API: https://docs.gitlab.com/ee /api/user_tokens .html#get-all-impersonation-tokens-of-a-user
174
174
175
175
List impersonation tokens for a user::
176
176
@@ -204,7 +204,7 @@ References
204
204
+ :class: `gitlab.v4.objects.UserProjectManager `
205
205
+ :attr: `gitlab.v4.objects.User.projects `
206
206
207
- * GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-user -projects
207
+ * GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-a-users -projects
208
208
209
209
List visible projects in the user's namespace::
210
210
@@ -229,7 +229,7 @@ References
229
229
+ :class: `gitlab.v4.objects.UserMembershipManager `
230
230
+ :attr: `gitlab.v4.objects.User.memberships `
231
231
232
- * GitLab API: https://docs.gitlab.com/ee/api/users.html#user-memberships
232
+ * GitLab API: https://docs.gitlab.com/ee/api/users.html#list-projects-and-groups-that-a- user-is-a-member-of
233
233
234
234
List direct memberships for a user::
235
235
@@ -259,7 +259,7 @@ References
259
259
+ :class: `gitlab.v4.objects.CurrentUserManager `
260
260
+ :attr: `gitlab.Gitlab.user `
261
261
262
- * GitLab API: https://docs.gitlab.com/ce /api/users.html
262
+ * GitLab API: https://docs.gitlab.com/ee /api/users.html
263
263
264
264
Examples
265
265
--------
@@ -287,7 +287,7 @@ are admin.
287
287
+ :class: `gitlab.v4.objects.UserGPGKeyManager `
288
288
+ :attr: `gitlab.v4.objects.User.gpgkeys `
289
289
290
- * GitLab API: https://docs.gitlab.com/ce /api/users .html#list-all -gpg-keys
290
+ * GitLab API: https://docs.gitlab.com/ee /api/user_keys .html#list-your -gpg-keys
291
291
292
292
Examples
293
293
--------
@@ -329,7 +329,7 @@ are admin.
329
329
+ :class: `gitlab.v4.objects.UserKeyManager `
330
330
+ :attr: `gitlab.v4.objects.User.keys `
331
331
332
- * GitLab API: https://docs.gitlab.com/ce /api/users .html#list- ssh-keys
332
+ * GitLab API: https://docs.gitlab.com/ee /api/user_keys .html#get-a-single- ssh-key
333
333
334
334
Examples
335
335
--------
@@ -370,7 +370,7 @@ You can manipulate the status for the current user and you can read the status o
370
370
+ :class: `gitlab.v4.objects.UserStatusManager `
371
371
+ :attr: `gitlab.v4.objects.User.status `
372
372
373
- * GitLab API: https://docs.gitlab.com/ce /api/users.html#user- status
373
+ * GitLab API: https://docs.gitlab.com/ee /api/users.html#get-the- status-of-a-user
374
374
375
375
Examples
376
376
--------
@@ -408,7 +408,7 @@ are admin.
408
408
+ :class: `gitlab.v4.objects.UserEmailManager `
409
409
+ :attr: `gitlab.v4.objects.User.emails `
410
410
411
- * GitLab API: https://docs.gitlab.com/ce /api/users .html#list-emails
411
+ * GitLab API: https://docs.gitlab.com/ee /api/user_email_addresses .html
412
412
413
413
Examples
414
414
--------
@@ -445,7 +445,7 @@ References
445
445
+ :class: `gitlab.v4.objects.UserActivitiesManager `
446
446
+ :attr: `gitlab.Gitlab.user_activities `
447
447
448
- * GitLab API: https://docs.gitlab.com/ce /api/users.html#get-user-activities-admin-only
448
+ * GitLab API: https://docs.gitlab.com/ee /api/users.html#list-a-users-activity
449
449
450
450
Examples
451
451
--------
@@ -471,7 +471,7 @@ References
471
471
+ :class: `gitlab.v4.objects.CurrentUserRunnerManager `
472
472
+ :attr: `gitlab.Gitlab.user.runners `
473
473
474
- * GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner
474
+ * GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner-linked-to-a-user
475
475
476
476
Examples
477
477
--------
@@ -512,4 +512,4 @@ Create a project runner::
512
512
"run_untagged": True,
513
513
"tag_list": ["linux", "docker", "testing"],
514
514
"access_level": "not_protected"
515
- })
515
+ })
0 commit comments