mesilov / bitrix24-php-sdk

A powerful PHP library for the Bitrix24 REST API
MIT License
408 stars 158 forks source link

Add default arguments handling in User.get method #392

Closed mesilov closed 2 months ago

mesilov commented 2 months ago

A check has been added in User.get method, to set a default argument as ascending order of IDs when no explicit order is provided. A corresponding test case 'test get users list with default arguments' has also been included to validate the functionality. The CHAGELOG.md is updated to reflect this fix.