---
title: "Returns list of users that match search string"
method: GET
path: "/accounts/users/{searchstring}"
tags: ["accounts"]
---

# Returns list of users that match search string

`GET /accounts/users/{searchstring}`

## Path parameters

- `searchstring` string, required

## Response `200`

successful operation

- Contact[]
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `email` string
  - `name` string
  - `avatar` string
  - `organizations` OrganizationShort[]
    - `id` integer
    - `name` string

---

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