Skip to main content
Version: 7.2402.x.x RR

createUser()

Creates a user. In the sample below, all mandatory fields as well as the user's external ID have been specified. Note that the extId is not mandatory. If not specified, one will be generated.

note

The client is not specified in this example. Therefore, the client of the caller (the user that actually sends the request) is taken.

<v1:createUser>
<request>
<user>
<firstName>testuser</firstName>
<name>testuser</name>
<loginId>tu</loginId>
<extId>user1234</extId>
</user>
</request>
</v1:createUser>