FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: updateUserDataType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
user  userIdentifierType  1..1  Identifies the user being updated. See userIdentifierType. Required. All other elements are optional.
firstName  string  0..1  User first name.
lastName  string  0..1  User last name.
displayName  string  0..1  User’s display name.
emailAddress  string  0..1  User’s email address.
optIn  boolean  0..1  Does the user wish to receive email?
phoneNumber  string  0..1  User’s phone number.
faxNumber  string  0..1  User’s fax number.
street  string  0..1  Street portion of address.
city  string  0..1  City portion of address.
state  string  0..1  State portion of address.
zipcode  string  0..1  Postal code.
country  string  0..1  Optional. Country in which contact is located. Provide country in the two-character ISO-3166 format.
status  UserStatusType  0..1 

Status can be one of the following values:

  • Active

  • Inactive

locale  string  0..1  Optional. A string containing one of the locale settings supported by Java, for example, en_US.
timezone  UserTimeZoneType  0..1 

Optional. Provide time zone setting in one of the following formats:

  • ISO-8601 format (+/-hh:mm) as an offset from GMT. For example, -08:00 or +05:30 (note that the string GMT is not included in the value). A value of Z corresponds to GMT.

  • GMT#.#DST# 

When a user is saved, this offset is converted to a time zone string and the time zone string is displayed when a user is retrieved.

shared  boolean  0..1  Is this a shared login among several users?
acctRolesList  updateUserAccountsListType  0..1  List of the user’s roles. See updateUserAccountsListType.
customAttributes  attributeDescriptorDataType  0..1  Custom attributes attached to this user. See attributeDescriptorDataType.
Referenced By
Name  Type 
userData [type failedUpdateUserDataType]  Element 
userData [type updateUserRequestType]  Element