---
title: "Search task notified users"
method: GET
path: "/v1/TaskNotifiedUsers"
tags: ["TaskNotifiedUsers"]
---

# Search task notified users

`GET /v1/TaskNotifiedUsers`

Search for one or more task notified users.

## Query parameters

- `search.task_id` integer[]
- `search.user_id` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsTaskNotifiedUserModel
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsTaskNotifiedUserModel[] — List of records returned.
    - `task_notification_user_id` integer — Primary key for this task notified user.
    - `task_id` integer, required — Foreign key identifier for the task.
    - `user_id` integer, required — Foreign key identifier for the user indicating the notified user on the task.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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