Constructor
new UserPrivateInformation(client, response)
Instantiate a UserPrivateInformation object
Parameters:
Name | Type | Description |
---|---|---|
client |
Client | The client that is instantiating the object. |
response |
Object | The data for the object. |
Members
(private) _client :Client
The client that instantiated the object.
Type:
- Client
bio :String
The bio of the user.
Type:
- String
calendar_token :String
The calendar token for the user.
Type:
- String
confirmed_at :Number
The timestamp of when the user was confirmed.
Type:
- Number
confirmed_publication_warning :Boolean
Type:
- Boolean
email :String
The email of the user.
Type:
- String
has_filled_details :Boolean
Whether or not the user has filled in details or not.
Type:
- Boolean
id :Number
The ID of the user.
Type:
- Number
intercom_enabled :Boolean
Type:
- Boolean
last_activity_at :Number
The timestamp of the last activity of the user.
Type:
- Number
last_subject :String
Type:
- String
last_user_activity_at :number
The timestamp of the last activity of the user.
Type:
- number
mobile_device_id :Number
The ID of the user's mobile device.
Type:
- Number
notification_preference_id :Number
The ID of the user's notification preferences.
Type:
- Number
root_folder_id :Number
The ID of the user's root folder.
Type:
- Number
total_storage_used :Number
The total storage that the user used.
Type:
- Number
uid :String
The UID of the user.
Type:
- String
username :String
The username of the user.
Type:
- String