object_type | string | "profile" |
is_valid | True|False | True if this references a profile or false if the profile is null |
guid | guid | |
id | string | |
email | string | |
force_password_reset | boolean | |
is_active | boolean | |
date_activated | date | |
date_activation_code_expires | date | |
date_first_activated | date | |
is_locked | boolean | |
date_locked_through | date | |
date_last_logged_in | date | |
is_blocked | boolean | |
date_blocked | date | |
attributes | dictionary_field | |
logged_in | boolean | True if this profile is presently logged in on the current request |
can_login | boolean | True if the profile exists, is active, and is not blocked or locked |
settings | object | An object containing all of the custom profile settings for this profile |
value | string | Synonymn for guid |
output | html | The default output that the profile produces when output directly to the template. |
output_in_list | html | The default output that the profile produces when output directly to the template as part of a list. |