Wasm Directoryalpha
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

NameTypeDescription
user-idstring
login-typeoption​<user-login-type-enum>
cms-user-idoption​<string>
companyoption​<string>
custom-attributesoption​<user-update-body-custom-attributes>
deptoption​<string>
first-nameoption​<string>
group-idoption​<string>
host-keyoption​<string>
job-titleoption​<string>
languageoption​<string>
last-nameoption​<string>
locationoption​<string>
manageroption​<string>
phone-countryoption​<string>
phone-numberoption​<string>
phone-numbersoption​<user-update-body-phone-numbers>
pmioption​<string>
timezoneoption​<string>
type-opoption​<s32>
use-pmioption​<bool>
vanity-nameoption​<string>