Zendesk\API\Resources\Core\Macros::findAllActive PHP Method

findAllActive() public method

Lists all active shared and personal macros available to the current user
public findAllActive ( array $params = [] ) : stdClass
$params array
return stdClass | null
    public function findAllActive(array $params = [])
    {
        return $this->client->get($this->getRoute(__FUNCTION__), $params);
    }