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