---
title: "List Users"
method: GET
path: "/auth/api/v1/users"
tags: ["users"]
---

# List Users

`GET /auth/api/v1/users`

Retrieves a list of users who are members of the workspace.

## Request body

- GithubComOpengovernOpengovernancePkgAuthApiGetUsersRequest
  - `email` string
  - `emailVerified` boolean — Filter by
  - `roleName` 'admin' | 'editor' | 'viewer'

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgAuthApiGetUsersResponse[]
  - `connector_id` string
  - `created_at` string — Creation timestamp in UTC
  - `email` string — Email address of the user
  - `email_verified` boolean — Is email verified or not
  - `external_id` string
  - `full_name` string
  - `id` integer — Unique identifier for the user
  - `is_active` boolean
  - `last_activity` string — Last activity timestamp in UTC
  - `role_name` 'admin' | 'editor' | 'viewer'
  - `username` string — Username

---

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