Lines Matching refs:userId
39 * @param string $userId The ID of the user.
42 public function delete($enterpriseId, $userId, $optParams = []) argument
44 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
56 * @param string $userId The ID of the user.
60 public function generateAuthenticationToken($enterpriseId, $userId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
70 * @param string $userId The ID of the user.
74 public function get($enterpriseId, $userId, $optParams = []) argument
76 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
85 * @param string $userId The ID of the user.
89 public function getAvailableProductSet($enterpriseId, $userId, $optParams = []) argument
91 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
138 * @param string $userId The ID of the user.
141 public function revokeDeviceAccess($enterpriseId, $userId, $optParams = []) argument
143 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
154 * @param string $userId The ID of the user.
159 …public function setAvailableProductSet($enterpriseId, $userId, ProductSet $postBody, $optParams = … argument
161 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];
173 * @param string $userId The ID of the user.
178 public function update($enterpriseId, $userId, User $postBody, $optParams = []) argument
180 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];