List users
magicbell_list_usersList users (notification recipients) with cursor pagination. Project API: GET /users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |