Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
462a1f91
Commit
462a1f91
authored
Sep 18, 2020
by
rpereira2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for max_seats_used in namespaces API doc
parent
d7bea09c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc/api/namespaces.md
doc/api/namespaces.md
+20
-0
No files found.
doc/api/namespaces.md
View file @
462a1f91
...
...
@@ -87,6 +87,23 @@ the `plan` parameter associated with a namespace:
]
```
Users on GitLab.com will also see a
`max_seats_used`
parameter.
`max_seats_used`
is the highest number of users the group had.
`max_seats_used`
will be non-zero only for namespaces on paid plans.
```
json
[
{
"id"
:
1
,
"name"
:
"user1"
,
"billable_members_count"
:
2
,
"max_seats_used"
:
3
,
...
}
]
```
NOTE:
**Note:**
Only group maintainers/owners are presented with
`members_count_with_descendants`
, as well as
`plan`
**(BRONZE ONLY)**
.
...
...
@@ -123,6 +140,7 @@ Example response:
"web_url"
:
"https://gitlab.example.com/groups/twitter"
,
"members_count_with_descendants"
:
2
,
"billable_members_count"
:
2
,
"max_seats_used"
:
0
,
"plan"
:
"default"
,
"trial_ends_on"
:
null
,
"trial"
:
false
...
...
@@ -162,6 +180,7 @@ Example response:
"web_url"
:
"https://gitlab.example.com/groups/group1"
,
"members_count_with_descendants"
:
2
,
"billable_members_count"
:
2
,
"max_seats_used"
:
0
,
"plan"
:
"default"
,
"trial_ends_on"
:
null
,
"trial"
:
false
...
...
@@ -188,6 +207,7 @@ Example response:
"web_url"
:
"https://gitlab.example.com/groups/group1"
,
"members_count_with_descendants"
:
2
,
"billable_members_count"
:
2
,
"max_seats_used"
:
0
,
"plan"
:
"default"
,
"trial_ends_on"
:
null
,
"trial"
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment