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

# POST /v1/{+parent}/users

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

Creates a new client user in "INVITED" state. An email invitation will be sent to the new user, once accepted the user will become active.

## Path parameters

- `parent` string, required

## Request body

- ClientUser — A user of a client who has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client.
  - `state` 'STATE_UNSPECIFIED' | 'INVITED' | 'ACTIVE' | 'INACTIVE' — Output only. The state of the client user.
  - `email` string — Required. The client user's email address that has to be unique across all users for the same client.
  - `name` string — Output only. The resource name of the client user. Format: `buyers/{accountId}/clients/{clientAccountId}/users/{userId}`

## Response `200`

Successful response

---

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