Add project member
gitlab_add_project_memberGrant a user access to a GitLab project by specifying their user ID, access level, and optional expiration date.
Instructions
Grants a user access to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User id to add | |
| expires_at | No | YYYY-MM-DD | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| access_level | Yes | 10 guest, 20 reporter, 30 developer, 40 maintainer, 50 owner |