---
title: "Search freelancers by name"
method: GET
path: "/V1/freelancers"
tags: ["Freelancers"]
---

# Search freelancers by name

`GET /V1/freelancers`

Search freelancers by full or partial name. Used by the freelance invoice verification scenario to locate the user behind an invoice.

## Query parameters

- `q` string, required

## Response `200`

matching freelancers

- object
  - `data` Freelancer[]
    - `id` string, uuid, required
    - `internal_id` string, uuid, nullable — Same as id
    - `full_name` string, required
    - `first_name` string
    - `last_name` string
    - `email` string, email, required
    - `user_type` string, required

## Other responses

- `401` — unauthenticated

---

[API](https://skmtc.net/worders/apis/worders-api-v1.md) · [All operations](https://skmtc.net/worders/apis/worders-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worders/worders-api-v1/revisions/310150fbd68d/schema)
