Skip to content

User Endpoints

Jay edited this page Oct 22, 2020 · 13 revisions

Below are the currently supported user endpoints.

Users

GET /user/user

$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]);