---
title: "GET /api/audit-log/users/"
method: GET
path: "/api/audit-log/users/"
tags: ["Audit log"]
---

# GET /api/audit-log/users/

`GET /api/audit-log/users/`

List all users that have performed an action in the audit log.

This is a **enterprise** feature.

## Query parameters

- `ids` string
- `page` integer
- `search` string
- `size` integer
- `workspace_id` integer

## Response `200`

- PaginationSerializerAuditLogUser
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` AuditLogUser[], required
    - `id` integer, required
    - `value` string, required

## Other responses

- `400`
- `401` — No response body

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
