---
title: "/jobs/:shortcode/members"
method: GET
path: "/jobs/{shortcode}/members"
---

# /jobs/:shortcode/members

`GET /jobs/{shortcode}/members`

Returns a collection of your account members. Required scope: `r_jobs`. Accessible with account tokens and user tokens.

## Path parameters

- `shortcode` string, required

## Response `200`

200

- object
  - `members` object[]
    - `id` string
    - `name` string
    - `headline` string
    - `email` string
    - `role` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
