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

# POST /v1/{+parent}/brands

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

Constructs a new OAuth brand for the project if one does not exist. The created brand is "internal only", meaning that OAuth clients created under it only accept requests from users who belong to the same Google Workspace organization as the project. The brand is created in an un-reviewed status. NOTE: The "internal only" status can be manually changed in the Google Cloud Console. Requires that a brand does not already exist for the project, and that the specified support email is owned by the caller.

## Path parameters

- `parent` string, required

## Request body

- Brand — OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
  - `name` string — Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
  - `applicationTitle` string — Application name displayed on OAuth consent screen.
  - `supportEmail` string — Support email displayed on the OAuth consent screen.
  - `orgInternalOnly` boolean — Output only. Whether the brand is only intended for usage inside the G Suite organization only.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/iap.md) · [All operations](https://skmtc.dev/google/apis/iap/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/iap/revisions/3ef63a4c0acd/schema)
