Module gitlab_api::groups
[−]
[src]
List groups
https://docs.gitlab.com/ce/api/groups.html#list-groups
List groups
Get a list of groups. (As user: my groups or all available, as admin: all groups).
GET /groups
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
skip_groups |
array of integers | no | Skip the group IDs passes |
all_available |
boolean | no | Show all the groups you have access to |
search |
string | no | Return list of authorized groups matching the search criteria |
order_by |
string | no | Order groups by name or path . Default is name |
sort |
string | no | Order groups in asc or desc order. Default is asc |
You can search for groups by name or path.
NOTE: The Search for group (from https://docs.gitlab.com/ce/api/groups.html#search-for-group) is performed in this module.
Modules
details |
Details of a group |
owned |
List owned groups |
projects |
List a group's projects |
Structs
GroupsLister |
Enums
ListingId | |
ListingOrderBy |