Modify user additional information definition, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 196: Interface uri access method, Parameters, Message body, Element description

Advertising
background image

Modify User Additional Information Definition

Modify a user additional information definition with the specified ID.

Interface URI

/user/additionalInfo/{id}

Access Method

HTTP

PUT

Parameters

Path parameters

ID of a user additional information definition.

id

Long integer type. Required. No default value.

Message body

<userAdditionalInfo>
<fieldName>job</fieldName>
<required>true</required>
<fieldType>3</fieldType>
<fieldLen>12</fieldLen>
<defaultValue>google</defaultValue>
<priority>2</priority>
<showForPreRegisterUser>false</showForPreRegisterUser>
</userAdditionalInfo>

Element description

userAdditionalInfo sub-elements

Field name.

fieldName

String type. Optional. If the element does not exist, the value is not changed. If the element
exists, the value cannot be null.

Required or not.

required

Boolean type. Optional. If the element does not exist, the value is not changed. If the element
exists, the value cannot be null.

Field type. 1 for integer. 2 for decimal. 3 for alphanumeric character. 4 for any character. 5
for option.

fieldType

Integer type. Optional. If the element does not exist, the value is not changed. If the element
exists, the value cannot be null.

Maximum field length.

fieldLen

Integer type. Required when fieldType is 3 or 4. No default value.

Maximum field value.

fieldMax

String type. Required when fieldType is 1 or 2. No default value.

Minimum field value.

fieldMin

String type. Required when fieldType is 1 or 2. No default value.

Default value.

defaultValue

196

User Management

Advertising