createUser request

input fields provides details about the
createUser
input fields.
CreateUser
input fields
Input Field
Required?
Type
Purpose
requestId
Y
String
A unique identifier of the request for the enterprise application. The
requestID
may be useful for troubleshooting purposes.
userId
Y
String
Unique ID for the user (for example, the user email address, the user’s log-on name, or a unique ID that maps to user’s log-on name). The
userId
accepts 1 to 128 international characters. User IDs are stored exactly as they are entered (case-sensitive).
pin
N
String
Optional user PIN for first factor authentication. The PIN may be 4 to 128 international characters in length, depending on restrictions of the PIN policy.
forcePinReset
N
Boolean
Force the PIN to expire on first use.
Example createUser request
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <CreateUserRequest xmlns="https://schemas.vip.symantec.com"> <requestId>1234567890</requestId> <userId>John Walker</userId> <pin>1abcef</pin> </CreateUserRequest> </S:Body> </S:Envelope>