Record
get-search-members-params
No description available.
record get-search-members-params {
query: string,
limit: option<string>,
id-board: option<string>,
id-organization: option<string>,
only-org-members: option<string>,
key: string,
token: string,
}Fields
| Name | Type | Description |
|---|---|---|
| query | string | |
| limit | option<string> | |
| id-board | option<string> | |
| id-organization | option<string> | |
| only-org-members | option<string> | |
| key | string | |
| token | string |