---
title: "List user team notification settings"
method: GET
path: "/users/{userId}/user-team-notifications/{teamId}"
tags: ["Users / User team notifications"]
---

# List user team notification settings

`GET /users/{userId}/user-team-notifications/{teamId}`

Gets settings for user notifications for a user specified by the `userId` and a team specified by the `teamId`. Get the mapping of the `notificationId` and the team notification setting type with the API call `GET /enums/user-email-notifications`.

## Path parameters

- `userId` integer, required
- `teamId` integer, required

## Response `200`

Successful response

- object
  - `userTeamNotifications` object[]
    - `userId` integer
    - `teamId` integer
    - `notificationId` integer
    - `enabled` boolean

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
