Class UserProfilesResource
The "userProfiles" collection of methods.
Inheritance
System.Object
UserProfilesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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_DENIEDif 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 |
|---|---|---|
| System.String | userId | Identifier of the profile to return. The identifier can be one of the following:
|
Returns
| Type | Description |
|---|---|
| UserProfilesResource.GetRequest |