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

createUserWithCredentials() - initial password definition

Creates a user with a password credential.

note

Always use newValue to specify the password in plain text or with a hashed value. The credential subelement value is used for the decrypted version of the password.

<v1:createUserWithCredentials>
<request>
<user>
<firstName>testuser</firstName>
<name>testuser</name>
<loginId>tu</loginId>
<extId>user1234</extId>
<credentials>
<state>ACTIVE</state>
<type>PASSWORD</type>
<newValue>Test2010!</newValue>
<policyName>Default password policy</policyName>
</credentials>
</user>
</request>
</v1:createUserWithCredentials>