The "userProfiles" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($userId, $optParams=array()) |
| Returns a user profile.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "userProfiles" collection of methods.
Typical usage is: $classroomService = new Google_Service_Classroom(...); $userProfiles = $classroomService->userProfiles;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Classroom_UserProfiles_Resource::get |
( |
| $userId, |
|
|
| $optParams = array() ) |
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 or if no profile exists with the requested ID or for access errors. (userProfiles.get)
- Parameters
-
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 "me" , indicating the requesting user |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Classroom.php