openwisp_list_users
List user accounts in OpenWISP with pagination, search, and organization filtering. Retrieve user details for management or auditing.
Instructions
[Category: Users & Auth] List user accounts in OpenWISP with support for pagination and search. (HTTP GET /api/v1/users/user/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results | |
| search | No | Search term for username, email, or full name | |
| page_size | No | Number of records per page | |
| organization | No | Filter users by organization ID or slug |