Record
bulk-get-users-params
No description available.
record bulk-get-users-params {
start-at: option<s64>,
max-results: option<s32>,
username: option<list<string>>,
key: option<list<string>>,
account-id: string,
}Fields
| Name | Type | Description |
|---|---|---|
| start-at | option<s64> | |
| max-results | option<s32> | |
| username | option<list<string>> | |
| key | option<list<string>> | |
| account-id | string |