---
title: "Developer identity"
method: GET
path: "/api/v1alpha/developers/{username}"
tags: ["Developers"]
---

# Developer identity

`GET /api/v1alpha/developers/{username}`

Returns the Hail and GitHub usernames for the specified developer.

## Path parameters

- `username` string, required

## Response `200`

Developer found

- object
  - `hail_username` string
  - `gh_username` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found - user is not in AUTHORIZED_USERS in constants.py

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
