VMware, Inc. 185
Chapter 11 Administrative API Reference
OrgEmailSettings
TheOrgEmailSettingselementdefinestheemailsettingsforanorganization.
SmtpServerSettings
IfIsDefaultSmtpServer(inOrgEmailSettings)isfalse,theSmtpServerSettingselementspecifies
connectiondetailsfortheorganization’sSMTPserver.
Users
TheUserselementisaread‐onlycontainerforReferenceTypeelementsthatreferenceusersinan
organization.Toadduserstoanorganization,see“CreateorImportaUser”onpage 110.
Groups
TheGroupselementisaread‐onlycontainerforReferenceTypeelementsthatreferencegroupsinan
organization.Toaddgroupstoanorganization,see“ImportaGroup”onpage 113.
Catalogs
TheCatalogselementisaread‐onlycontainerforReferenceTypeelementsthatreferencethecatalogsinan
organization.Toaddcatalogstoanorganization,see“CreateaCatalog”onpage 107.
Schema
Name Min Max Type Description
IsDefaultSmtpServer 1 1 xs:boolean Trueifthisorganizationusesthesystemdefault
SMTPserver
IsDefaultOrgEmail 1 1 xs:boolean Trueifthisorganizationusesthesystemdefault
emailproperties.
FromEmailAddress 1 1 xs:string IfIsDefaultOrgEmailisfalse,specifiesthe
sender’semailaddressthatappearsinemail
notifications.
DefaultSubjectPrefix 1 1 xs:string IfIsDefaultOrgEmailisfalse,specifiesaprefix
forsystememailnotifications.
IsAlertEmailToAllAdmins 1 1 xs:boolean Trueifsystememailnotificationsshouldbe
sent
toalluserswhohavetheAdministratorrole
AlertEmailTo 0 n xs:string IfIsAlertEmailToAllAdminsisfalse,specifies
alistofuserstoreceivesystememail
notifications.
SmtpServerSettings 0 1 SmtpServerSettingsType IfIsDefaultSmtpServerisFalse,thiselement
specifiesconnectiondetailsforanSMTPserver
touse.
Schema
Name Min Max Type Description
IsUseAuthentication 1 1 xs:boolean Trueifthe
SMTPserverrequiresauthentication
Host 1 1 xs:string HostnameoftheSMTPserver.
Username 1 1 xs:string UsernametousewhenloggingintotheSMTPservice.
(RequiredifIsUseAuthenticationisTrue).
Passwo rd 0 1 xs:string PasswordfortheuseridentifiedbyUsername.Thisvalue
isneverreturnedbyGET.Itisinspectedoncreateand
modify.Onmodify,theabsenceofthiselementindicates
thatthe
passwordshouldnotbechanged.Requiredif
IsUseAuthenticationistrue.