post https://api-ext.zluri.com/v2/admins
This endpoint fetches admin data based on filters like user_name, user_email, user_status, user_role, user_last_login. Supports pagination and sorting.
Supported Filters Table:
| Field | Type | Description / Allowed Values |
|---|---|---|
user_name | string | User Name |
user_email | string | User Email |
user_status | enum | User Status (active, inactive, suspended, unknown) |
user_role | string | Role Name |
user_last_login | date_range | Last Login (date range, ISO 8601 format) |
Use these as field_id values inside the filter_by array in the request body to filter results.
