---
title: "lookup owner by name or email"
method: GET
path: "/hosts/{HostName}/owners/lookup"
---

# lookup owner by name or email

`GET /hosts/{HostName}/owners/lookup`

## Path parameters

- `HostName` string, required

## Query parameters

- `name` string
- `email` string

## Response `200`

OK

- Owner[]
  - `name` string
  - `uuid` string
  - `kind` string
  - `email` string
  - `login` string
  - `company` string
  - `location` string
  - `description` string
  - `twitter` string
  - `website` string
  - `metadata` object
  - `icon_url` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `repositories_count` integer
  - `last_synced_at` string, date-time
  - `owner_url` string
  - `repositories_url` string
  - `html_url` string
  - `funding_links` string[]
  - `total_stars` integer
  - `followers` integer
  - `following` integer

---

[API](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos.md) · [All operations](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecosyste-ms/ecosyste-ms-repos/revisions/791f49c6a3cc/schema)
