mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -100,9 +100,9 @@ Owners also see the `plan` property associated with a namespace:
|
||||
]
|
||||
```
|
||||
|
||||
Users on GitLab.com also see `max_seats_used` and `seats_in_use` parameters.
|
||||
Users on GitLab.com also see `max_seats_used`, `seats_in_use` and `max_seats_used_changed_at` parameters.
|
||||
`max_seats_used` is the highest number of users the group had. `seats_in_use` is
|
||||
the number of license seats currently being used. Both values are updated
|
||||
the number of license seats currently being used. `max_seats_used_changed_at` shows the date when the `max_seats_used` value changed. All the values are updated
|
||||
once a day.
|
||||
|
||||
`max_seats_used` and `seats_in_use` are non-zero only for namespaces on paid plans.
|
||||
@ -114,6 +114,7 @@ once a day.
|
||||
"name": "user1",
|
||||
"billable_members_count": 2,
|
||||
"max_seats_used": 3,
|
||||
"max_seats_used_changed_at":"2023-02-13T12:00:02.000Z",
|
||||
"seats_in_use": 2,
|
||||
...
|
||||
}
|
||||
|
Reference in New Issue
Block a user