GitLab · Arazzo Workflow
GitLab Approve a Pending Group Access Request
Version 1.0.0
List a group's access requests and approve the first pending requester.
Provider
Workflows
approve-group-access-request
Approve the first pending access request for a group.
Reads the group's access requests, captures the first requester id, and approves them at the requested access level.
1
listAccessRequests
getApiV4GroupsIdAccessRequests
List the pending access requests for the group.
2
approveRequest
putApiV4GroupsIdAccessRequestsUserIdApprove
Approve the first requester at the supplied access level.