FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: userDetailDataType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
userIdentifier  userIdentifierType  1..1  See userIdentifierType.
displayName  string  0..1  User’s display name.
optIn  boolean  0..1  Does the user wish to receive email?
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  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 followig 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 

Optional. Corresponds to the Shared Login control in the administrative console UI. The shared element can be true or false.

  • true—Shared Login is enabled for the user account. This is useful when the same user account is used to log in to FlexNet Operations simultaneously from different instances. Logged in history is not written to the database.

  • false—Shared Login is not enabled for the user account.

domain  string  0..1  User’s domain.
dateCreated  dateTime  0..1  Date the user account was created.
dateLastModified  dateTime  0..1  Date the user account was last modified.
dateLastLogin  dateTime  0..1  Date of user’s last login.
accountRolesList  userAccountsListType  0..1  List of the user’s roles. See userAccountsListType.
expiryDate  date  0..1 

Optional. Date the user is no longer linked to the account. If included, the value cannot be null.

Note: Because the field cannot contain a null value, to clear the expiry date for a user, you must edit the Expiry date field for the user in the FlexNet Operations Producer Portal. Alternatively, using the web services, the expiry date can be set to far enough in the future that it, in effect, never expires.

customAttributes  attributeDescriptorDataType  0..1  Custom attributes attached to this user. See attributeDescriptorDataType.
createdBy  string  0..1  Name of the user who created the user account.
lastModifiedBy  string  0..1  Name of the user who last modified the user account.
Referenced By
Name  Type 
user [type getUsersQueryResponseDataType]  Element 
userData [type userAccountExpiryType]  Element