Information about a Drive user.
| JSON representation | 
|---|
| { "displayName": string, "kind": string, "me": boolean, "permissionId": string, "emailAddress": string, "photoLink": string } | 
| Fields | |
|---|---|
| displayName | 
 Output only. A plain text displayable name for this user. | 
| kind | 
 Output only. Identifies what kind of resource this is. Value: the fixed string  | 
| me | 
 Output only. Whether this user is the requesting user. | 
| permissionId | 
 Output only. The user's ID as visible in Permission resources. | 
| emailAddress | 
 Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. | 
| photoLink | 
 Output only. A link to the user's profile photo, if available. |