User Handlers

The User category contains handlers that manage user-related operations. These include retrieving user information and handling user pagination.

Contained Handlers:

  1. Get Users Retrieves a list of users in paginated format. Supports sorting by latest or oldest users and cursor-based pagination for efficient data fetching.

    • Example Usage: Get the latest users, or fetch more users using a cursor.

    • Key Parameters: limit, sortBy, cursor.

    • Common Scenarios: Building user directories or analytics dashboards.

Last updated