---
title: "List by user"
method: GET
path: "/notifications/groups/list_by_user/v1"
tags: ["/notifications", "/groups"]
---

# List by user

`GET /notifications/groups/list_by_user/v1`

Lists notification groups the caller is a member of. | () -> (NotificationGroupUserListRes)

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- NotificationGroupUserListRes
  - `items` NotificationGroupLimitedForDriver1[], required
    - `_id` string, required
    - `schema_version` 1, required
    - `org_id` string, required — Must be a string starting with `org_`
    - `group_name` string, required
    - `last_edited_at_timestamp` string, date-time, required
    - `email_events` NotificationEventsForOrgsEnum[], required
    - `push_events` NotificationEventsForOrgsEnum[], required
    - `sms_events` NotificationEventsForOrgsEnum[], required
    - `is_opted_out` boolean, required
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
