> 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/interfaces/access-request-action.md).

# AccessRequestAction

An action performed on an access request.

```graphql
interface AccessRequestAction {
  id: ID!
  performedAt: Time
  performedBy: User
}
```

### Fields

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

Unique identifier of the action.

#### performedAt ● [`Time`](/api/graphql/data-access/scalars/time.md) scalar <a href="#performed-at" id="performed-at"></a>

When the action was performed. Null if no decision has been submitted yet.

#### performedBy ● [`User`](/api/graphql/data-access/object-types/user.md) object <a href="#performed-by" id="performed-by"></a>

The user who performed the action.

### Member Of

`AccessRequestActionEdge` object

### Implemented By

[`AccessRequestApprovalAction`](/api/graphql/data-access/object-types/access-request-approval-action.md) object
