---
title: "SearchProjectUsers returns users who has access to to a project (including org members that have access through a usergroup)"
method: GET
path: "/v1/orgs/{org}/projects/{project}/users/search"
---

# SearchProjectUsers returns users who has access to to a project (including org members that have access through a usergroup)

`GET /v1/orgs/{org}/projects/{project}/users/search`

## Path parameters

- `org` string, required
- `project` string, required

## Query parameters

- `emailQuery` string
- `pageSize` integer
- `pageToken` string

## Response `200`

A successful response.

- V1SearchProjectUsersResponse
  - `nextPageToken` string
  - `users` V1User[]
    - `createdOn` string, date-time
    - `displayName` string
    - `email` string
    - `id` string
    - `photoUrl` string
    - `pylonEmailHash` string
    - `quotas` V1UserQuotas
      - `singleuserOrgs` integer
      - `trialOrgs` integer
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

## Changes

> 54 revisions in range; 1 could not be searched.

- **2026-02-03** (v1) `79ebe0ca4add` — 1 info
  - added the optional property `users/items/pylonEmailHash` to the response with the `200` status
- **2025-12-11** (v1) `f317ff96998d` — 1 warning
  - removed the optional property `users/items/pylonEmailHash` from the response with the `200` status

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/orgs/:org/projects/:project/users/search/get.md)

---

[API](https://skmtc.dev/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.dev/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/abe7a430f373/schema)
