...
Name | Description | Default value |
username (required) | Username of the user. | - |
displayName | Display Name of the user | - null |
locale | Locale of the user, or empty for the default locale. | - null |
attributes | Attribute for the user. This form value can be set multiple times. The format used is attributeName=attributeValue. When multiple values with the same attributeName are given, all attributeValues are persisted. See example request below. | [] |
roles | Roles of the user. This form value can be set multiple times. | [] |
...
Name | Description | Default value |
displayName | Display name of the user | - null |
locale | Locale of the user, or empty for the default locale. | - null |
attributes | Attribute for the user. This form value can be set multiple times. The format used is attributeName=attributeValue. When multiple values with the same attributeName are given, all attributeValues are persisted. See example request below. | [] |
roles | Roles of the user. This form value can be set multiple times. | [] |
...