Class UserProfilesResource
The "userProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class UserProfilesResource
Constructors
UserProfilesResource(IClientService)
Constructs a new resource.
Declaration
public UserProfilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
GuardianInvitations
Gets the GuardianInvitations resource.
Declaration
public virtual UserProfilesResource.GuardianInvitationsResource GuardianInvitations { get; }
Property Value
Type | Description |
---|---|
UserProfilesResource.GuardianInvitationsResource |
Guardians
Gets the Guardians resource.
Declaration
public virtual UserProfilesResource.GuardiansResource Guardians { get; }
Property Value
Type | Description |
---|---|
UserProfilesResource.GuardiansResource |
Methods
Get(string)
Returns a user profile. This method returns the following error codes: * PERMISSION_DENIED
if the
requesting user is not permitted to access this user profile, if no profile exists with the requested ID, or
for access errors.
Declaration
public virtual UserProfilesResource.GetRequest Get(string userId)
Parameters
Type | Name | Description |
---|---|---|
string | userId | Identifier of the profile to return. The identifier can be one of the following: * the numeric identifier
for the user * the email address of the user * the string literal |
Returns
Type | Description |
---|---|
UserProfilesResource.GetRequest |