REST Resource: domains.users

Resource: User

Information about a user's access to a domain.

JSON representation
{
  "name": string,
  "user": string,
  "permission": enum (Permission),
  "createTime": string,
  "accessGranter": string
}
Fields
name

string

Identifier. The resource name of the user. Format: users/{user} Note: {user} is the user's email address.

user

string

The user's email address.

permission

enum (Permission)

The permission level that the user has for the specified domain.

createTime

string (Timestamp format)

Output only. The time the user was granted access.

accessGranter

string

Output only. The user that added the current user.

Methods

create

Creates a user, who has access to a domain.

delete

Deletes a user from a domain.

get

Retrieves detailed information about a user that has access to a domain.

list

Lists the users that have access to a domain.

patch

Updates a user for a domain.