List users
sendbird_list_usersList the users in the application. Supports filtering by activity, nickname, ids, and metadata. Platform API: GET /users. Returns { users[], next }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100. Default 10. | |
| token | No | Pagination token from a previous response's `next`. | |
| nickname | No | Exact nickname match. | |
| show_bot | No | Include bot users. Default true. | |
| user_ids | No | Comma-separated user ids to fetch specific users. | |
| active_mode | No | Filter by activation state. Default activated. | |
| metadatakey | No | Metadata key to filter on (pair with metadatavalues_in). | |
| metadatavalues_in | No | Comma-separated metadata values matching metadatakey. | |
| nickname_startswith | No | Prefix match on nickname. |