---
title: "Returns all standupers"
method: GET
path: "/v1/standupers"
tags: ["standupers"]
---

# Returns all standupers

`GET /v1/standupers`

Returns a map of standuper objects

## Response `200`

successful operation

- Standuper[]
  - `id` integer
  - `userId` string
  - `channel_id` string
  - `submitted_standup_today` boolean
  - `created` string, date-time
  - `role_in_channel` string
  - `real_name` string
  - `channel_name` string

## Other responses

- `401` — Missing/incorrect Bot Access Token
- `500` — unexpected error occured, need to report to maintainers

---

[API](https://skmtc.net/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.net/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/1ccd9e49d97b/schema)
