---
title: "POST /v1/{+parent}/authorizedViews"
method: POST
path: "/v1/{+parent}/authorizedViews"
tags: ["projects"]
---

# POST /v1/{+parent}/authorizedViews

`POST /v1/{+parent}/authorizedViews`

Create AuthorizedView

## Path parameters

- `parent` string, required

## Query parameters

- `authorizedViewId` string

## Request body

- GoogleCloudContactcenterinsightsV1AuthorizedView — An AuthorizedView represents a view of accessible Insights resources (for example, Conversation and Scorecard). Who have read access to the AuthorizedView resource will have access to these Insight resources as well.
  - `name` string — Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}
  - `createTime` string, google-datetime — Output only. The time at which the authorized view was created.
  - `conversationFilter` string — A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations. If conversation_filter is empty, there is no restriction on the conversations that the AuthorizedView can access. Having *authorizedViews.get* access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations linked to the conversation) that this AuthorizedView has.
  - `updateTime` string, google-datetime — Output only. The most recent time at which the authorized view was updated.
  - `displayName` string — Display Name. Limit 64 characters.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/contactcenterinsights.md) · [All operations](https://skmtc.net/google/apis/contactcenterinsights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/contactcenterinsights/revisions/e071ddf4dfc3/schema)
