User profile and subscription status details
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the user account |
| planId | Integer | ID of the user's currently active subscription plan |
| status | Integer | Operational status code of the user account |
| name | String | Full name of the user |
| String | Primary email address associated with the account | |
| points | Integer | Current balance of available execution points/quota |
| scopes | List of scopes assigned directly to the user | |
| plans | List of active plan subscriptions for the user | |
| metadata | Common_Metadata | Custom key-value metadata attached to the account |
| date | DateTime | Registration date of the user account |