Changes in version 2025-11-10 Added - New function get_users() to retrieve all users from a specified account in Canvas LMS, supporting advanced filtering, sorting, pagination, and expanded user details inclusion. - Supports optional parameters for search terms, enrollment types, custom sorting and ordering, inclusion of deleted users, UUID filtering, and additional user-related info such as email, enrollments, avatar, bio, locale, last login, timezone, and pronouns. Changes in version 0.0.7 (2025-11-10) - Enhanced get_assignment_submissions() function for more accurate and efficient retrieval of assignment submission data from Canvas LMS, improving performance and reliability in handling submissions (#37). - Miscellaneous stability and reliability improvements preparing for broader usage and smoother user experience. Changes in version 0.0.6 (2025-09-05) - Improved pagination handling for Canvas API get functions to support larger result sets and improve reliability (#16). - Added 12 new utility and API functions to extend feature coverage (#34). - Added new methods supporting deletion and update operations, Changes in version 0.0.5 (2025-03-31) - Added numerous page functions. Changes in version 0.0.4 (2024-04-29) - Added methods for sections. - Added methods for favorites. - Updated authentication method. - Updated vignette. - Added method for calendar events. - Added method for account roles. Changes in version 0.0.3 (2023-10-23) - Added methods for all Analytics endpoints. Changes in version 0.0.2 (2023-07-17) - Added a NEWS.md file to track changes to the package. - Introduced a number of POST actions. - Added vignette based on a use case of a user. - Published to CRAN