---
title: "Get round robin users and status for a team"
method: GET
path: "/teams/{team}/round-robin/users"
tags: ["Teams"]
---

# Get round robin users and status for a team

`GET /teams/{team}/round-robin/users`

REQUIRED SCOPES <code>['teams:read']</code><br>Get round robin users and status for a team

## Path parameters

- `team` integer, required

## Response `200`

Successful operation

- object
  - `users` object[] — List of round robin users
    - `id` integer — User ID
    - `name` string — User name
  - `status` boolean — Whether round robin is enabled for the team

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team not found

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
