Record

sso-teammates-patch-response

No description available.

record sso-teammates-patch-response {
  email: string,
  first-name: string,
  is-admin: option​<bool>,
  is-read-only: option​<bool>,
  last-name: string,
  is-sso: option​<bool>,
  username: option​<string>,
  address: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  company: option​<string>,
  country: option​<string>,
  phone: option​<string>,
  scopes: option​<list​<string>>,
  state: option​<string>,
  user-type: option​<sso-teammates-patch-response-user-type-enum>,
  website: option​<string>,
  zip: option​<string>,
}

Fields

NameTypeDescription
emailstring
first-namestring
is-adminoption​<bool>
is-read-onlyoption​<bool>
last-namestring
is-ssooption​<bool>
usernameoption​<string>
addressoption​<string>
address2option​<string>
cityoption​<string>
companyoption​<string>
countryoption​<string>
phoneoption​<string>
scopesoption​<list​<string>>
stateoption​<string>
user-typeoption​<sso-teammates-patch-response-user-type-enum>
websiteoption​<string>
zipoption​<string>