---
title: "Read Agent Notification Settings By User"
method: GET
path: "/agent-notification-settings"
tags: ["Agent Dashboard - Notification Settings"]
---

# Read Agent Notification Settings By User

`GET /agent-notification-settings`

## Response `200`

Successful Response

- AgentNotificationSettings
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `agent_user_id` string, uuid, required — Foreign key to reference the user table.
  - `new_chat_request_email` boolean — Boolean to indicate if an email notification is desired for new chat requests.
  - `new_chat_request_push` boolean — Boolean to indicate if a push notification is desired for new chat requests.
  - `new_chat_assigned_to_me_email` boolean — Boolean to indicate if an email notification is desired when a chat is assigned.
  - `new_chat_assigned_to_me_push` boolean — Boolean to indicate if a push notification is desired when a chat is assigned.
  - `new_message_email` boolean — Boolean to indicate if an email notification is desired for new messages.
  - `new_message_push` boolean — Boolean to indicate if a push notification is desired for new messages.
  - `chat_marked_as_solved_by_visitor_email` boolean — Boolean to indicate if an email notification is desired when a chat is marked as solved by a visitor.
  - `chat_marked_as_solved_by_visitor_push` boolean — Boolean to indicate if a push notification is desired when a chat is marked as solved by a visitor.

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
