Record
get-users-params
No description available.
record get-users-params {
filter-term: option<string>,
user-type: option<get-users-user-type-enum>,
external-app-user-id: option<string>,
fields: option<list<string>>,
offset: option<s64>,
limit: option<s64>,
usemarker: option<bool>,
marker: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| filter-term | option<string> | |
| user-type | option<get-users-user-type-enum> | |
| external-app-user-id | option<string> | |
| fields | option<list<string>> | |
| offset | option<s64> | |
| limit | option<s64> | |
| usemarker | option<bool> | |
| marker | option<string> |