- Schema
- ns0.xsd
- Available Since
- 2.0
Properties
name |
data type |
type |
namespace |
min/max occurs |
description |
applicationUrl
|
string
|
element
|
|
0/1
|
|
user
|
user
|
element
|
|
0/1
|
|
Example
<userRegistrationRequest>
<user>
<username>...</username>
<fullName>...</fullName>
<email>...</email>
<validated>...</validated>
<locked>...</locked>
<password>...</password>
<passwordChangeRequired>...</passwordChangeRequired>
<permanent>...</permanent>
<confirmPassword>...</confirmPassword>
<timestampAccountCreation>...</timestampAccountCreation>
<timestampLastLogin>...</timestampLastLogin>
<timestampLastPasswordChange>...</timestampLastPasswordChange>
<previousPassword>...</previousPassword>
<assignedRoles>...</assignedRoles>
<readOnly>...</readOnly>
<userManagerId>...</userManagerId>
<validationToken>...</validationToken>
</user>
<applicationUrl>...</applicationUrl>
</userRegistrationRequest>