---
title: "POST /api/v1/users/{user}/views"
method: POST
path: "/api/v1/users/{user}/views"
tags: ["MemoViewService"]
---

# POST /api/v1/users/{user}/views

`POST /api/v1/users/{user}/views`

CreateMemoView creates a new memo view for a user.

## Path parameters

- `user` string, required

## Query parameters

- `validateOnly` boolean

## Request body

- MemoView
  - `name` string — The resource name of the memo view. Format: users/{user}/views/{view}
  - `title` string, required — The title of the memo view.
  - `filter` string, required — The CEL filter expression for the memo view, using the same grammar as the ListMemos `filter` argument. Reuse it by passing this value to ListMemos.

## Response `200`

OK

- MemoView
  - `name` string — The resource name of the memo view. Format: users/{user}/views/{view}
  - `title` string, required — The title of the memo view.
  - `filter` string, required — The CEL filter expression for the memo view, using the same grammar as the ListMemos `filter` argument. Reuse it by passing this value to ListMemos.

## Other responses

- `default` — Default error response

---

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