List all descendant groups
Lists all descendant groups for a specified group.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The ID of a group
Query Parameters
Section titled “ Query Parameters ”Include project statistics
Limit by archived status
Array of group ids to exclude from list
When true, returns all accessible groups. When false, returns only groups where the user is a member.
Limit by visibility
Search for a specific group
Limit by owned by authenticated user
Order by name, path, id or similarity if searching
Sort by asc (ascending) or desc (descending)
Minimum access level of authenticated user
Only include top-level groups
Return groups that are marked for deletion on this date
Limit by groups that are not archived and not marked for deletion
Filter by repository storage used by the group
Current page number
Example
1Number of items per page
Example
20Include custom attributes in the response
Filter with custom attributes
object
Responses
Section titled “ Responses ”OK
object
object
object
CI artifacts size in bytes.
Container registry size in bytes.
Indicates whether the deduplicated container registry size for the namespace is an estimated value or not.
Dependency Proxy sizes in bytes.
LFS objects size in bytes.
Packages size in bytes.
CI pipeline artifacts size in bytes.
Git repository size in bytes.
Snippets size in bytes.
Total storage in bytes.
Uploads size in bytes.
Wiki size in bytes.
object
object
[Experimental] Indicates whether GitLab Duo Core features are enabled for the group
Example
{ "web_url": "http://gitlab.example.com/groups/diaspora", "name": "Diaspora", "custom_attributes": { "key": "foo", "value": "bar" }, "ldap_group_links": { "cn": "ldap-group-1", "group_access": 10, "provider": "ldapmain", "filter": "id >= 500", "member_role_id": 12 }, "saml_group_links": { "name": "saml-group-1", "access_level": 40, "member_role_id": 12, "provider": "saml" }}Bad Request
Not Found