GET /v1/users
List Users
List all users with optional filtering and pagination
GET
GET /v1/users
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List Users
List all users with optional filtering and pagination.Query Parameters
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
teams, roles, personas, domains, follows, owns. See Supported Fields below.Include
all, deleted, or non-deleted entities.Filter by bot status. Set to
true to list only bot accounts, false for human users only.Filter by admin status. Set to
true to list only admin users.Filter by team name. Returns only users belonging to the specified team.
GET /v1/users
Returns
Returns a paginated list of user objects. By default, only basic fields are included. Use thefields parameter to request additional data.
Response
Array of user objects.
Pagination information.
Supported Fields
The following fields can be requested via thefields query parameter:
| Field | Description |
|---|---|
teams | Teams the user belongs to |
roles | Roles assigned to the user |
personas | Personas assigned to the user |
domains | Domain assignments for governance |
follows | Entities the user follows |
owns | Entities owned by the user |
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list users |