list_namespaces
Get a paginated list of GitLab namespaces (users and groups) accessible to the current user, with optional filters for group type or owned namespaces.
Instructions
List all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| owned | No | Filter for namespaces owned by current user | |
| search | No | Search term for namespaces | |
| per_page | No | Number of items per page (max: 100, default: 20) |