The "users" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| generateToken ($enterpriseId, $userId, $optParams=array()) |
| Generates a token (activation code) to allow this user to configure their work account in the Android Setup Wizard.
|
|
| get ($enterpriseId, $userId, $optParams=array()) |
| Retrieves a user's details.
|
|
| getAvailableProductSet ($enterpriseId, $userId, $optParams=array()) |
| Retrieves the set of products a user is entitled to access.
|
|
| listUsers ($enterpriseId, $email, $optParams=array()) |
| Looks up a user by email address.
|
|
| revokeToken ($enterpriseId, $userId, $optParams=array()) |
| Revokes a previously generated token (activation code) for the user.
|
|
| setAvailableProductSet ($enterpriseId, $userId, Google_Service_AndroidEnterprise_ProductSet $postBody, $optParams=array()) |
| Modifies the set of products a user is entitled to access.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "users" collection of methods.
Typical usage is: $androidenterpriseService = new Google_Service_AndroidEnterprise(...); $users = $androidenterpriseService->users;
◆ 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
-
◆ generateToken()
Google_Service_AndroidEnterprise_Users_Resource::generateToken |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Generates a token (activation code) to allow this user to configure their work account in the Android Setup Wizard.
Revokes any previously generated token. (users.generateToken)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_AndroidEnterprise_Users_Resource::get |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Retrieves a user's details.
(users.get)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
- Return values
-
◆ getAvailableProductSet()
Google_Service_AndroidEnterprise_Users_Resource::getAvailableProductSet |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Retrieves the set of products a user is entitled to access.
(users.getAvailableProductSet)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listUsers()
Google_Service_AndroidEnterprise_Users_Resource::listUsers |
( |
| $enterpriseId, |
|
|
| $email, |
|
|
| $optParams = array() ) |
Looks up a user by email address.
(users.listUsers)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $email | The exact primary email address of the user to look up. |
array | $optParams | Optional parameters. |
- Return values
-
◆ revokeToken()
Google_Service_AndroidEnterprise_Users_Resource::revokeToken |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $optParams = array() ) |
Revokes a previously generated token (activation code) for the user.
(users.revokeToken)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
array | $optParams | Optional parameters. |
◆ setAvailableProductSet()
Modifies the set of products a user is entitled to access.
(users.setAvailableProductSet)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
Google_ProductSet | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidEnterprise.php