-
Notifications
You must be signed in to change notification settings - Fork 2
User Endpoints
Jay edited this page Oct 22, 2020
·
13 revisions
Below are the currently supported user endpoints.
$users = $api->getUsers();You can filter the results as shown below. For a full list of supported filtering options, see https://api.supportpal.com/api.html#user-user-get
$users = $api->getUsers(['active' => 1]);