Skip to main content

v1.1


Analytics API

New features

  • List Users — Added an optional activeOnly boolean query parameter. When true, only enabled/active users are returned in the response.

Improved operations responses

  • Get Operation — The result field on operation responses is now fully typed. It can be:
    • null — operation is still in progress.
    • OperationResult ({ message }) — returned by completed update and delete operations.
    • OperationEntityResult ({ message, entityId }) — returned by completed create operations such as inviting an admin user or creating an organisation.

Documentation fixes

  • Invite Admin User & Update Admin User — The isInstructor boolean field was incorrectly documented and has been removed from CreateAdminUserRequest and UpdateAdminUserRequest. Replaced by the correct parameter: role string field that must be one of INSTRUCTOR or ADMIN.