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

# POST /v2/{+parent}/authorizedViews

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

Creates a new AuthorizedView in a table.

## Path parameters

- `parent` string, required

## Query parameters

- `authorizedViewId` string

## Request body

- AuthorizedView — An Authorized View of a Cloud Bigtable Table.
  - `name` string — Identifier. The name of this AuthorizedView. Values are of the form `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`
  - `subsetView` GoogleBigtableAdminV2AuthorizedViewSubsetView — Defines a simple AuthorizedView that is a subset of the underlying Table.
    - `rowPrefixes` string[] — Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").
    - `familySubsets` object — Map from column family name to the columns in this family to be included in the AuthorizedView.
  - `etag` string — The etag for this AuthorizedView. If this is provided on update, it must match the server's etag. The server returns ABORTED error on a mismatched etag.
  - `deletionProtection` boolean — Set to true to make the AuthorizedView protected against deletion. The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.

## Response `200`

Successful response

---

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