User
Jump to navigation
Jump to search
Object that represent the User data information.
Members
Field | Data Type | Description |
---|---|---|
BirthDate | long | |
CustomFields | Array of UserCustomField | |
DefaultAudioId | int | |
DefaultSubtitleId | int | |
String | ||
EWallet | double | |
FirstAccess | bool | |
FirstName | String | |
Gender | Gender | |
ID | int | |
InstanceId | int | |
LastName | String | |
MinimumAgeRating | int | |
MobileNumber | String | |
PinStatus | Array of UserPinStatus | |
PlatformId | int | |
ServiceType | ServiceIdType | |
SocialNetworksStatus | Array of UserSocialNetworkStatus | |
Status | UserStatus | |
TimeStamp | long | |
Type | UserType | |
UniqueId | String | |
VideoServiceInfo | UserVideoServiceInfo |
Example
{
- "ID": 29395,
- "FirstName": "vivoplay06@gmail.com",
- "LastName": "",
- "Email": "vivoplay06@gmail.com",
- "PinStatus": [
- UserPinStatus Object
- ],
- "SocialNetworkStatus": [
- UserSocialNetworkStatus Object
- ],
- "CustomFields": [
- UserCustomField object
- ],
- "Status": 1,
- "EWallet": 0,
- "Type": UserType object,
- "MinimumAgeRating": 18,
- "Gender": Gender object,
- "MobileNumber": "",
- "BirthDate": 0,
- "TimeStamp": 1609459620,
- "DefaultSubtitleId": 0,
- "DefaultAudioId": 14,
- "PlatformId": 12,
- "UniqueId": "vivoplay06",
- "InstanceId": 25,
- "ServiceType": ServiceIdType object,
- "VideoServiceInfo": {
- UserVideoServiceInfo Object
- },
- "FirstAccess": false,
- "DefaultCreditLimit": -1,
- "CurrentCreditLimit": 600,
- "CreditCardStatus": 0
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |