v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13276592.6 KB
buyers

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.

post/v1/{+parent}/users

Path parameters

parentstring required

Required. The name of the client. Format: buyers/{accountId}/clients/{clientAccountId}

Request body

state'STATE_UNSPECIFIED' | 'INVITED' | 'ACTIVE' | 'INACTIVE'

Output only. The state of the client user.

emailstring

Required. The client user's email address that has to be unique across all users for the same client.

namestring

Output only. The resource name of the client user. Format: buyers/{accountId}/clients/{clientAccountId}/users/{userId}

Response

Successful response