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

createUserWithCredentials() - for certificate upload

Creates a user with an empty certificate for certificate upload.

note
  • It is possible to define that, on creation of an empty certificate, a ticket mail is automatically sent to the user. To do so, set ticketTriggering=true on the applied certificate policy.
  • Empty certificates are created by setting newValue to N/A.
<v1:createUserWithCredentials>
<request>
<user>
<firstName>testuser</firstName>
<name>testuser</name>
<loginId>tu</loginId>
<extId>user1234</extId>
<credentials>
<type>CERTIFICATE</type>
<newValue>N/A</newValue>
<policyName>Default certificate policy</policyName>
</credentials>
</user>
</request>
</v1:createUserWithCredentials>