User

Information about a Drive user.

JSON representation
{
  "displayName": string,
  "kind": string,
  "isAuthenticatedUser": boolean,
  "permissionId": string,
  "emailAddress": string,
  "picture": {
    "url": string
  }
}
Fields
displayName

string

Output only. A plain text displayable name for this user.

kind

string

Output only. This is always drive#user.

isAuthenticatedUser

boolean

Output only. Whether this user is the same as the authenticated user for whom the request was made.

permissionId

string

Output only. The user's ID as visible in the permissions collection.

emailAddress

string

Output only. The email address of the user.

picture

object

Output only. The user's profile picture.

picture.url

string

Output Only. A URL that points to a profile picture of this user.