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

createCredential()

Creates a credential. In the sample below, the credential value is already hashed, as indicated by the prefix {SSHA256}. For hash encoding, ISO-8859-1 is used.

note

Another accepted hash prefix is {SSHA}. However, this prefix is deprecated.

<v1:createCredential>
<request>
<clientName>Default</clientName>
<credential>
<userExtId>2370</userExtId>
<type>PASSWORD</type>
<newValue>{SSHA256}ppL2KjTFT+cPom8vDuRyO6452K1V+k7+oDrUZ4hKMx3en/jUJXMnzeYA</newValue>
<policyName>Default password policy</policyName>
</credential>
</request>
</v1:createCredential>