Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a user. |
|
response.id | Number | The user ID value |
|
response.account_name | String | Account name (usually a number) |
|
response.anti_spam_accepted_at | String | Date when anti-spam policy was accepted by user. |
|
response.created_at | String | Date when the user was created |
|
response.disabled | Boolean | Whether or not the user account is disabled |
|
response.disabled_at | String | Date when the user was disabled |
|
response.email | String | The email address of the user |
|
response.encryption_key | String | The encryption key for unlocking data |
|
response.invitation_accepted_at | String | Date when the invitation was accepted |
|
response.invitation_due_at | String | Date when the invitation is going to expire |
|
response.invitation_sent_at | String | Date when the invitation was sent |
|
response.password_expired_at | String | Date when the password expired |
|
response.privacy_policy_accepted_at | String | Date when privacy policy was accepted by user. |
|
response.role | String | Only from platform |
|
response.terms_of_use_accepted_at | String | Date when terms of use were accepted by user. |
|
response.updated_at | String | Date when the user was updated |
|
response.uuid | String | The last used uuid for this mobile user |
|
response.user | String | Only from platform, this is the email address |
|
response.verified_at | String | Date when the user was verified |
|
response.withdrawn_at | String | Date when the user was withdrawn |