Query parameters
-
Field to sort by. Valid fields are [created_at, updated_at, inactive_at, first_name, last_name, email, next_review_date, previous_review_date, anniversary_review_date, status_changed_at, terms_of_business_at, client_agreement_at, last_login_at, engagement_rating]. Negative sign to denote DESC. Defaults to 'first_name'.
-
Comma separated list of relationships to include in the response. Valid relationships are [primary_phone_number, primary_email, primary_address, assigned_adviser, assigned_administrator, assigned_paraplanner, groups, tags, owners, custom_fields, external_references, charge_split_schema, circles, seccl_lookup, soderberg_lookup, octopus_money_lookup, p1_lookup, business_unit, roles, portal_login_events, latest_portal_login, service_level].
-
Comma separated list of UUIDS to filter accounts who have the provided administrator account UUIDs
-
Comma separated list of UUIDS to filter accounts who have the provided adviser account UUIDs
-
Comma separated list of UUIDS to filter accounts who have the provided paraplanner account UUIDs
-
Filter by a business unit UUID.
-
Comma separated list of circle UUIDs.
-
Filter by client agreement date with an operator.
-
Date to filter when the accounts was created after.
-
Date to filter when the accounts was created before.
-
Filter by a accounts custom field. Example filter[custom_field:pet_name]='Doug'
-
Filter by date of birth with an operator.
-
Comma separated list of departments the employee is in.
-
Filter accounts that have an email with a partial match.
-
Filter accounts by their engagement rating. Valid values are [green, amber, red, none].
-
Provide a group UUID (or multiple as a comma-separated string) to filter accounts within the provided groups out from the response.
-
Exclude accounts by a comma separated list of account UUIDs.
-
Comma separated list of partial groups names or group UUIDs.
-
Filter accounts by whether they have an assigned administrator. true returns accounts with an administrator, false returns accounts without.
-
Filter accounts by whether they have an assigned adviser. true returns accounts with an adviser, false returns accounts without.
-
Filter accounts that have an active login
-
Filter accounts by whether they have an assigned paraplanner. true returns accounts with a paraplanner, false returns accounts without.
-
Filter accounts that have an external reference with the provided third party.
-
Get accounts set to inactive after this date
-
Get accounts set to inactive before this date
-
Comma separated list of employee account UUIDs that should always be returned no matter what other filters are applied.
-
filter clients that have been introduced by this introducer account, expects introducer account uuid, can accept multiple,
-
affects whether to include accounts based on the child account flag. Valid options are "exclude", "include", "only". (default: "include")
-
Filter accounts by whether they are marked as deceased.
-
Filter accounts that are pending a fact find. Defaults to false. Valid values are [true, false, all]. Pass all to return both pending and non-pending accounts.
-
Filter accounts by whether they have been flagged as a potential duplicate. Only applies when the firm has duplicate client detection enabled.
-
Get accounts with this is_prospect value
-
Filter accounts by their vulnerability status. Accepts a comma separated list of values. Valid values are [yes, no, possibly].
-
Date to filter accounts whose last login was on or after this date.
-
Date to filter accounts whose last login was on or before this date.
-
Filter to clients that have been linked to the account given. This will also return the requested account.
-
Filter accounts by name. This is a partial match against first_name, last_name, and entity_name together.
-
Filter by next review date with an operator.
-
Comma separated list of partial National Insurance Numbers to filter by.
-
Filter accounts by their portal access status. Valid values are [active, has_portal_access, no_portal_access, never_logged_in, logged_in_recently].
-
Filter by previous review date with an operator.
-
Filter accounts with a given primary email. Performs a partial match.
-
Filter accounts with a given primary phone number. Performs a partial match.
-
Comma separated string to filter by different account roles. Valid types are [individual, joint, trust, business,member,owner,admin,employee,introducer].
-
Comma separated list of RBAC role UUIDs. Returns accounts that have a role assignment to any of the provided roles.
-
Filter by a service level UUID (or multiple as a comma-separated string).
-
Filter client status by partial names or uuid's
-
Date to filter accounts by when their status was changed from.
-
Date to filter accounts by when their status was changed fup until.
-
Filter by terms of business date with an operator.
-
Comma separated string to filter by different account types. Valid types are [client,employee,external].
-
Filter accounts by a comma separated list of account UUIDs.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v1/account' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"uuid": "58358a2a-48d5-4621-8164-3654dbb6fa77",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "ab998e51-66ae-42db-8972-f3ee6d7a62cd",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"addon_subscriptions": {
"uuid": "6a1b1b08-547b-4540-8bff-15e448c65778",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"enabled": "true",
"trial_ends_at": "2026-09-11",
"trial_ends_in_days": 14,
"payment_confirmed_at": "2026-09-15"
},
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"task_board_template": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"is_template": false,
"name": "Task Board",
"default_list_uuid": null,
"is_editable": true,
"priorities": [
{
"name": "High",
"value": "high"
},
{
"name": "Low",
"value": "low"
}
]
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "5c53cbb2-233f-4b15-8bca-24f14a6ac23d",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
},
"accounts": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
},
"primary_email": {
"uuid": "16b0607e-3b08-475a-a5b2-20e0ed11941b",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
},
"accounts": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
},
"current_time_entry": {
"uuid": "854d91ca-5256-446f-906e-4b1661516b15",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"trackable": {
"uuid": "807c360c-69e5-4495-b074-bb19a260e883",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson"
},
"start_date": "2026-08-28T06:44:58+01:00",
"end_date": "2026-08-28T07:12:58+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680,
"account": {
"uuid": "807c360c-69e5-4495-b074-bb19a260e883",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson"
}
},
"assigned_adviser": {
"uuid": "e1400f3d-d46a-4e85-818a-15b6dd6606b7",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "499a68df-72d0-4d1b-b6b8-87b8b5224b01",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-28T06:45:05+01:00",
"end_date": "2026-08-28T07:13:05+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "b6f0900e-a97f-40c0-a34e-439ea2cfc7f5",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"tags": {
"uuid": "4871f56c-96e4-4a88-98c4-07c3ecb83646",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"circles": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "6727d7a3-d206-4732-a56c-28d2de1eee0f",
"name": "Gold",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"assigned_administrator": {
"uuid": "f9600890-23cd-44aa-b03a-27033dcd158c",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "499a68df-72d0-4d1b-b6b8-87b8b5224b01",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-28T06:45:05+01:00",
"end_date": "2026-08-28T07:13:05+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "b6f0900e-a97f-40c0-a34e-439ea2cfc7f5",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"tags": {
"uuid": "4871f56c-96e4-4a88-98c4-07c3ecb83646",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"circles": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "6727d7a3-d206-4732-a56c-28d2de1eee0f",
"name": "Gold",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"assigned_paraplanner": {
"uuid": "43228546-bda9-4d91-92ef-18875dbbea47",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "499a68df-72d0-4d1b-b6b8-87b8b5224b01",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-28T06:45:05+01:00",
"end_date": "2026-08-28T07:13:05+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "b6f0900e-a97f-40c0-a34e-439ea2cfc7f5",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"tags": {
"uuid": "4871f56c-96e4-4a88-98c4-07c3ecb83646",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"circles": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "6727d7a3-d206-4732-a56c-28d2de1eee0f",
"name": "Gold",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"introduced_by": {
"uuid": "34fe5092-efb4-4803-81bb-70e63e439a74",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "499a68df-72d0-4d1b-b6b8-87b8b5224b01",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-28T06:45:05+01:00",
"end_date": "2026-08-28T07:13:05+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "b6f0900e-a97f-40c0-a34e-439ea2cfc7f5",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"tags": {
"uuid": "4871f56c-96e4-4a88-98c4-07c3ecb83646",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"circles": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "6727d7a3-d206-4732-a56c-28d2de1eee0f",
"name": "Gold",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"business_unit": {
"uuid": "98be4f4d-eeac-425e-98d3-8e79d9e3eabb",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"members": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"groups_count": 2,
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00"
},
"groups": [
{
"uuid": "df40cac9-6881-406e-a395-ab216fa61fea",
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": "595223d4-49cb-4635-8a4f-14f635356ab2",
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00"
}
],
"tags": [
{
"uuid": "6d2615a2-0e1b-4745-871f-ac7a3141fe3a",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
}
],
"owners": [
{
"uuid": "2c2f887d-3672-4c29-98ee-03d70817105b",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": {
"uuid": "7abfeab1-ccae-4a3e-b43c-15e35b008ff8",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "65a06160-a3d2-44f6-92d3-0f560c0a3f32",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "499a68df-72d0-4d1b-b6b8-87b8b5224b01",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-28T06:45:05+01:00",
"end_date": "2026-08-28T07:13:05+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "b6f0900e-a97f-40c0-a34e-439ea2cfc7f5",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"tags": {
"uuid": "4871f56c-96e4-4a88-98c4-07c3ecb83646",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"circles": {
"uuid": "ef6c247d-aff6-4829-b48f-7b8004122b99",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:35:05+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "8518d9d1-3ff8-4fcf-81e9-d3784335ff65",
"login_access_level": "write",
"current_life_stage_uuid": "2b667dfd-7efa-4758-9b58-eece67be4fe9"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "6727d7a3-d206-4732-a56c-28d2de1eee0f",
"name": "Gold",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"first_contact_date": "2026-08-28T07:34:58+01:00",
"next_review_date": "2026-08-28T07:34:58+01:00",
"previous_review_date": "2026-08-28T07:34:58+01:00",
"anniversary_review_date": "2026-08-28T07:34:58+01:00",
"terms_of_business_at": "2026-08-28T07:34:58+01:00",
"client_agreement_at": "2026-08-28T07:34:58+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "0ccc13dc-379d-4790-8e91-5c44fbcfd29b",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:34:58+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"accounts": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"joint_account_uuid": "249a64f4-4758-40c7-b7b6-91233d4378f6",
"login_access_level": "write",
"current_life_stage_uuid": "2e7f8299-ba6a-4ba0-84f1-e8ce931d5be5",
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"circles": [
{
"uuid": "9b3c1a7e-48b8-4464-8da9-94a59f0b993e",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-28T07:34:58+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"accounts": {
"uuid": "b12e3288-fc2d-4647-b6e4-808e582992ac",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"first_contact_date": "2026-08-28T07:35:05+01:00",
"next_review_date": "2026-08-28T07:35:05+01:00",
"previous_review_date": "2026-08-28T07:35:05+01:00",
"anniversary_review_date": "2026-08-28T07:35:05+01:00",
"terms_of_business_at": "2026-08-28T07:35:05+01:00",
"client_agreement_at": "2026-08-28T07:35:05+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:35:05",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:35:05+01:00",
"out_of_office_until": "2026-08-28T07:35:05+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00"
},
"joint_account_uuid": "196a4c17-fe66-4e50-8829-c337f6e37e16",
"login_access_level": "write",
"current_life_stage_uuid": "440e6923-3bd6-44fc-af85-0e68e25a52db",
"external_references": {
"uuid": "bbebe1dc-bcfb-4078-848e-1293b8f6887d",
"created_at": "2026-08-28T07:35:05+01:00",
"updated_at": "2026-08-28T07:35:05+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"ownership_percentage": 100,
"inactive_at": "2026-08-28",
"last_interaction_at": "2026-08-28 07:34:58",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-28T07:34:58+01:00",
"out_of_office_until": "2026-08-28T07:34:58+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "897688b7-15e2-4c5b-841b-c91d8d8e0db9",
"name": "Gold",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": [
{
"uuid": "99a1df94-05ce-42ee-892a-a44ffe130d80",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
}
],
"external_references": [
{
"uuid": "b7f513b1-1bee-4713-bf5a-9f0477b8e0c9",
"created_at": "2026-08-28T07:34:58+01:00",
"updated_at": "2026-08-28T07:34:58+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}
]
}