Record
user-update-params
No description available.
record user-update-params {
user-id: string,
login-type: option<user-login-type-enum>,
cms-user-id: option<string>,
company: option<string>,
custom-attributes: option<user-update-body-custom-attributes>,
dept: option<string>,
first-name: option<string>,
group-id: option<string>,
host-key: option<string>,
job-title: option<string>,
language: option<string>,
last-name: option<string>,
location: option<string>,
manager: option<string>,
phone-country: option<string>,
phone-number: option<string>,
phone-numbers: option<user-update-body-phone-numbers>,
pmi: option<string>,
timezone: option<string>,
type-op: option<s32>,
use-pmi: option<bool>,
vanity-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| user-id | string | |
| login-type | option<user-login-type-enum> | |
| cms-user-id | option<string> | |
| company | option<string> | |
| custom-attributes | option<user-update-body-custom-attributes> | |
| dept | option<string> | |
| first-name | option<string> | |
| group-id | option<string> | |
| host-key | option<string> | |
| job-title | option<string> | |
| language | option<string> | |
| last-name | option<string> | |
| location | option<string> | |
| manager | option<string> | |
| phone-country | option<string> | |
| phone-number | option<string> | |
| phone-numbers | option<user-update-body-phone-numbers> | |
| pmi | option<string> | |
| timezone | option<string> | |
| type-op | option<s32> | |
| use-pmi | option<bool> | |
| vanity-name | option<string> |