Resource: User
Information about a user's access to a domain.
| JSON representation |
|---|
{
"name"
:
string
,
"user"
:
string
,
"permission"
:
enum (
|
| Fields | |
|---|---|
name
|
Identifier. The resource name of the user. Format: users/{user} Note: {user} is the user's email address. |
user
|
The user's email address. |
permission
|
The permission level that the user has for the specified domain. |
createTime
|
Output only. The time the user was granted access. |
accessGranter
|
Output only. The user that added the current user. |
Methods |
|
|---|---|
|
Creates a user, who has access to a domain. |
|
Deletes a user from a domain. |
|
Retrieves detailed information about a user that has access to a domain. |
|
Lists the users that have access to a domain. |
|
Updates a user for a domain. |

