> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/mutations/complete-access-request-approval.md).

# completeAccessRequestApproval

Mark the approval step of an access request as completed with the given decision, progressing it to the next step. If the decision is Rejected, the access request will be closed.

```graphql
completeAccessRequestApproval(
  accessRequestId: ID!
  decision: ApprovalDecision!
): AccessRequestResult!
```

### Arguments

#### accessRequestId ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#access-request-id" id="access-request-id"></a>

#### decision ● [`ApprovalDecision!`](/api/graphql/data-access/enumerations/approval-decision.md) non-null enum <a href="#decision" id="decision"></a>

### Type

#### [`AccessRequestResult`](/api/graphql/data-access/unions/access-request-result.md) union
