Commit a5650c80 authored by Niklas's avatar Niklas Committed by Evan Read

Doc Consistency: api/u...

parent 91f38526
...@@ -4,7 +4,7 @@ group: Access ...@@ -4,7 +4,7 @@ group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# Users API # Users API **(FREE)**
## List users ## List users
...@@ -189,7 +189,7 @@ GET /users ...@@ -189,7 +189,7 @@ GET /users
] ]
``` ```
Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see the `shared_runners_minutes_limit`, `extra_shared_runners_minutes_limit`, `is_auditor`, and `using_license_seat` parameters. Users on [GitLab Premium or higher](https://about.gitlab.com/pricing/) also see the `shared_runners_minutes_limit`, `extra_shared_runners_minutes_limit`, `is_auditor`, and `using_license_seat` parameters.
```json ```json
[ [
...@@ -205,7 +205,7 @@ Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see ...@@ -205,7 +205,7 @@ Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see
] ]
``` ```
Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see Users on [GitLab Premium or higher](https://about.gitlab.com/pricing/) also see
the `group_saml` provider option and `provisioned_by_group_id` parameter: the `group_saml` provider option and `provisioned_by_group_id` parameter:
```json ```json
...@@ -357,7 +357,7 @@ Example Responses: ...@@ -357,7 +357,7 @@ Example Responses:
NOTE: NOTE:
The `plan` and `trial` parameters are only available on GitLab Enterprise Edition. The `plan` and `trial` parameters are only available on GitLab Enterprise Edition.
Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see Users on [GitLab Premium or higher](https://about.gitlab.com/pricing/) also see
the `shared_runners_minutes_limit`, `is_auditor`, and `extra_shared_runners_minutes_limit` parameters. the `shared_runners_minutes_limit`, `is_auditor`, and `extra_shared_runners_minutes_limit` parameters.
```json ```json
...@@ -371,7 +371,7 @@ the `shared_runners_minutes_limit`, `is_auditor`, and `extra_shared_runners_minu ...@@ -371,7 +371,7 @@ the `shared_runners_minutes_limit`, `is_auditor`, and `extra_shared_runners_minu
} }
``` ```
Users on GitLab.com [Premium or higher](https://about.gitlab.com/pricing/) also Users on [GitLab.com Premium or higher](https://about.gitlab.com/pricing/) also
see the `group_saml` option and `provisioned_by_group_id` parameter: see the `group_saml` option and `provisioned_by_group_id` parameter:
```json ```json
...@@ -627,7 +627,7 @@ GET /user ...@@ -627,7 +627,7 @@ GET /user
} }
``` ```
Users on GitLab [Premium or higher](https://about.gitlab.com/pricing/) also see these Users on [GitLab Premium or higher](https://about.gitlab.com/pricing/) also see these
parameters: parameters:
- `shared_runners_minutes_limit` - `shared_runners_minutes_limit`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment