Resource: User
A user.
JSON representation |
---|
{ "name": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the user. Format: Use |
state |
Output only. The state of the user. |
access |
Optional. The access rights the user has. |
State
The possible states of a user.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default value. This value is unused. |
PENDING |
The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions. |
VERIFIED |
The user is verified. |
AccessRight
The access right.
Enums | |
---|---|
ACCESS_RIGHT_UNSPECIFIED |
Default value. This value is unused. |
STANDARD |
Standard access rights. |
ADMIN |
Admin access rights. |
PERFORMANCE_REPORTING |
Users with this right have access to performance and insights. |
Methods |
|
---|---|
|
Creates a Merchant Center account user. |
|
Deletes a Merchant Center account user. |
|
Retrieves a Merchant Center account user. |
|
Lists all users of a Merchant Center account. |
|
Updates a Merchant Center account user. |