Lines Matching refs:enterpriseId
38 * @param string $enterpriseId The ID of the enterprise.
42 public function delete($enterpriseId, $userId, $optParams = []) argument
44 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
55 * @param string $enterpriseId The ID of the enterprise.
60 public function generateAuthenticationToken($enterpriseId, $userId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
69 * @param string $enterpriseId The ID of the enterprise.
74 public function get($enterpriseId, $userId, $optParams = []) argument
76 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
84 * @param string $enterpriseId The ID of the enterprise.
89 public function getAvailableProductSet($enterpriseId, $userId, $optParams = []) argument
91 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
102 * @param string $enterpriseId The ID of the enterprise.
107 public function insert($enterpriseId, User $postBody, $optParams = []) argument
109 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
119 * @param string $enterpriseId The ID of the enterprise.
125 public function listUsers($enterpriseId, $email, $optParams = []) argument
127 $params = ['enterpriseId' => $enterpriseId, 'email' => $email];
137 * @param string $enterpriseId The ID of the enterprise.
141 public function revokeDeviceAccess($enterpriseId, $userId, $optParams = []) argument
143 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
153 * @param string $enterpriseId The ID of the enterprise.
159 …public function setAvailableProductSet($enterpriseId, $userId, ProductSet $postBody, $optParams = … argument
161 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];
172 * @param string $enterpriseId The ID of the enterprise.
178 public function update($enterpriseId, $userId, User $postBody, $optParams = []) argument
180 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];