---
title: "/members"
method: GET
path: "/members"
---

# /members

`GET /members`

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

## Query parameters

- `limit` integer
- `since_id` string
- `max_id` string
- `role` string
- `shortcode` string
- `email` string
- `name` string
- `status` string

## Response `200`

200

- object
  - `members` object[]
    - `id` string
    - `name` string
    - `headline` unknown
    - `email` string
    - `roles` string[]
    - `active` boolean
    - `collaboration_rules` unknown[]
      - unknown

## Other responses

- `401` — 401
- `403` — 403

---

[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/revisions/3ead9ec42165/schema)
