Request payload to register or create a new user account
| Property | Type | Description |
|---|---|---|
| password | String | Plaintext password for the user account during creation |
| INHERITED FROM Backend_User | ||
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| roleId | Integer | A role which is assigned to the user |
| planId | Integer | A plan which is assigned to the user |
| status | Integer | Status of the object either 1 = active, 2 = disabled or 0 = deleted |
| name | String | Unique name of the object |
| String | The email address of the user | |
| points | Integer | Points assigned to the user |
| scopes | List of scopes which are assigned to the user | |
| apps | List of applications associated with or owned by the user | |
| metadata | Common_Metadata | Use this parameter to attach key-value data |
| date | DateTime | The insert date |