updateUser request

The updateUser request modifies information about the user.
Send the request to: https://userservices-auth.vip.symantec.com/vipuserservices/ManagementService_1_10
updateUser
input fields
provides details about the
updateUser
input fields.
updateUser
input fields
Input Field
Required?
Type
Purpose
requestId
Y
string
A unique identifier of the request for the enterprise application. The request ID accepts from 4 to 40 alphanumeric characters and underscores.
This identifier may be useful for troubleshooting purposes.
userId
Y
string
Unique ID for the user (for example, the user email address, the user's logon name, or a unique ID that maps to user's logon name). The user ID accepts 1 to 128 international characters.
The user ID is not case-sensitive in look-up operations.
newUserId
N
string
The replacement, unique ID for the user. If element is not provided, the user ID is not changed.
User IDs are stored exactly as they are entered (case-sensitive).
newUserStatus
N
string
New status of the user:
  • ACTIVE
  • DISABLED
If element is not provided, the user status is not changed.
oldPin
N
string
The existing user PIN. If the value is provided without a
newPin
value, an error is returned.
If
oldPin
is not provided, but a
newPin
value is provided, the user is updated with
newPin
.
newPin
N
string
The new user PIN. If the value does not meet requirements of the PIN policy, an error is returned.
If the PIN policy has not been enabled for the user, an error is returned.
forcePinChange
N
boolean
Force the PIN to expire on first use.
The newPin attribute is required if forcePinChange is present.