FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
See createUserDataType.
Type createUserDataType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
firstName | string | 1..1 | User first name. Required. |
lastName | string | 1..1 | User last name. Required. |
displayName | string | 0..1 | User’s display name. |
emailAddress | string | 1..1 | User’s email address. Required. |
optIn | boolean | 0..1 | Required. 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 | Two-letter country code. |
locale | string | 0..1 | User’s locale. |
canLogin | boolean | 1..1 | Can the user log in? If not, user information is kept only for contact purposes. |
userName | string | 0..1 |
User’s FlexNet Operations login name.
Important: The user name must match the email address for the user. If the user name is set to something other than the user's email address, certain features such as accessing ESD components, may not be available. |
status | UserStatusType | 0..1 |
Status can be one of the following values:
|
timezone | UserTimeZoneType | 0..1 |
Optional. Provide time zone setting in one of the following formats:
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 | createUserAccountsListType | 1..1 | Required. Set user's account and list of the user’s roles. User name and roles are required if the user can log in. See createUserAccountsListType. |
customAttributes | attributeDescriptorDataType | 0..1 | Custom attributes attached to this user. See attributeDescriptorDataType. |
Name | Type |
---|---|
failedCreateUserDataType | Complex Type |