mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
4.1 KiB
4.1 KiB
AdminListUsersRequest
Example Usage
import { AdminListUsersRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: AdminListUsersRequest = {
flag: "new",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
asc |
operations.QueryParamAsc | ➖ | N/A |
email |
string | ➖ | Filter to the user with this email address |
flag |
operations.Flag | ✔️ | N/A |
ip |
string | ➖ | Filter to users with this IP address |
order |
operations.QueryParamOrder | ➖ | N/A |
page |
number | ➖ | N/A |
showEmails |
boolean | ➖ | Include user email addresses in response. These requests will be logged in the staff action logs. |
stats |
boolean | ➖ | Include user stats information |