Lines Matching refs:params

44     $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
45 $params = array_merge($params, $optParams);
46 return $this->call('delete', [$params]);
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
63 $params = array_merge($params, $optParams);
64 return $this->call('generateAuthenticationToken', [$params], AuthenticationToken::class);
76 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
77 $params = array_merge($params, $optParams);
78 return $this->call('get', [$params], User::class);
91 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
92 $params = array_merge($params, $optParams);
93 return $this->call('getAvailableProductSet', [$params], ProductSet::class);
109 $params = ['enterpriseId' => $enterpriseId, 'postBody' => $postBody];
110 $params = array_merge($params, $optParams);
111 return $this->call('insert', [$params], User::class);
127 $params = ['enterpriseId' => $enterpriseId, 'email' => $email];
128 $params = array_merge($params, $optParams);
129 return $this->call('list', [$params], UsersListResponse::class);
143 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
144 $params = array_merge($params, $optParams);
145 return $this->call('revokeDeviceAccess', [$params]);
161 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];
162 $params = array_merge($params, $optParams);
163 return $this->call('setAvailableProductSet', [$params], ProductSet::class);
180 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'postBody' => $postBody];
181 $params = array_merge($params, $optParams);
182 return $this->call('update', [$params], User::class);