---
title: "List terms of service user statuses"
method: GET
path: "/terms_of_service_user_statuses"
tags: ["Terms of service user statuses"]
---

# List terms of service user statuses

`GET /terms_of_service_user_statuses`

Retrieves an overview of users and their status for a
terms of service, including Whether they have accepted
the terms and when.

## Query parameters

- `tos_id` string, required
- `user_id` string

## Response `200`

Returns a list of terms of service statuses.

- TermsOfServiceUserStatuses — A list of terms of service user statuses.
  - `total_count` integer — The total number of objects.
  - `entries` TermsOfServiceUserStatus[] — A list of terms of service user statuses.
    - `id` string, required — The unique identifier for this terms of service user status.
    - `type` 'terms_of_service_user_status', required — The value will always be `terms_of_service_user_status`.
    - `tos` object — The terms of service.
      - `id` string, required — The unique identifier for this terms of service.
      - `type` 'terms_of_service', required — The value will always be `terms_of_service`.
    - `user` object — The user.
      - `id` string, required — The unique identifier for this user.
      - `type` 'user', required — The value will always be `user`.
      - `name` string — The display name of this user.
      - `login` string, email — The primary email address of this user.
    - `is_accepted` boolean — If the user has accepted the terms of services.
    - `created_at` string, date-time — When the legal item was created.
    - `modified_at` string, date-time — When the legal item was modified.

## Other responses

- `default` — An unexpected client error.

---

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