---
title: "List notification message"
method: GET
path: "/users/{tenant_id}/notification_message"
tags: ["Identity"]
---

# List notification message

`GET /users/{tenant_id}/notification_message`

This GET method is used to retrieve the Notification, Message a specific tenant.

## Path parameters

- `tenant_id` string, required

## Query parameters

- `action` 'view_notifications'
- `display` 'read' | 'unread' | 'all'

## Response `200`

Success

- NotificationMessageResponse
  - `status` string, required — Status of the notification & message api
  - `message` string, required — Message of the notification & message api
  - `data` object, required — data for the notification & message api

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
