---
title: "List all Contributors"
method: GET
path: "/contributors.json"
tags: ["contributors"]
---

# List all Contributors

`GET /contributors.json`

## Response `200`

successful operation

- User[]
  - `id` string, required — The user ID, usually their GitHub username
  - `name` string, required — The name they wish to be refered to with.
  - `email` string — Their email
  - `orcid` string — ORCID ID
  - `twitter` string — Twitter Handle
  - `linkedin` string — Linkedin Handle
  - `github` boolean — If their username is not equivalent to their github name
  - `maintainer_contact` string — Their preferred contact method
  - `joined` string, required — Year + Month (0 padded) when they joined the GTN

---

[API](https://skmtc.dev/galaxyproject/apis/galaxy-training-network-api.md) · [All operations](https://skmtc.dev/galaxyproject/apis/galaxy-training-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galaxyproject/galaxy-training-network-api/revisions/27c500c4da60/schema)
