This object represents a user
Document| Property | Type | Description |
|---|---|---|
| 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 | Text | Unique name of the object |
| Text | The email address of the user | |
| points | Integer | Points assigned to the user |
| scopes | Text | List of scopes which are assigned to the user |
| apps | Backend_App | |
| metadata | Common_Metadata | Use this parameter to attach key-value data |
| date | DateTime | The insert date |