public function Users::search in Auth0 Single Sign On 8.2
Wrapper for self::getAll().
@codeCoverageIgnores - Deprecated
Parameters
array $params Search parameters to send.:
Return value
mixed|string
Throws
\Exception Thrown by the HTTP client when there is a problem with the API call.
Deprecated
5.4.0, use $this->getAll instead.
File
- vendor/
auth0/ auth0-php/ src/ API/ Management/ Users.php, line 539
Class
- Users
- Class Users. Handles requests to the Users endpoint of the v2 Management API.
Namespace
Auth0\SDK\API\ManagementCode
public function search(array $params = []) {
return $this
->getAll($params);
}