UserProfile Object

gc_user_profile(
  emailAddress = NULL,
  photoUrl = NULL,
  permissions = NULL,
  name = NULL,
  id = NULL,
  verifiedTeacher = NULL
)

Arguments

emailAddress

Email address of the user

photoUrl

URL of user's profile photo

permissions

Global permissions of the user

name

Name of the user

id

Identifier of the user

verifiedTeacher

Represents whether a G Suite for Education user's domain administrator has

Value

UserProfile object

Details

Global information for a user.