Get GitLab group member
get_group_memberRetrieve a member of a GitLab group and their effective access level by providing the group ID or path and user ID.
Instructions
Get one direct or inherited group member and their effective access level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | GitLab group ID or full path such as parent/subgroup. | |
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |