Get all role assignees Run in API Explorer
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]. 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].
-
Filter accounts by a comma separated list of account UUIDs.
-
Exclude accounts by a comma separated list of account UUIDs.
-
Filter accounts by name. This is a partial match against first_name, last_name, and entity_name together.
-
Comma separated list of partial National Insurance Numbers to filter by.
-
Filter by date of birth with an operator.
-
Filter accounts that have an email with a partial match.
-
Filter accounts with a given primary email. Performs a partial match.
-
Filter accounts with a given primary phone number. Performs a partial match.
-
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.
-
Get accounts with this is_prospect value
-
affects whether to include accounts based on the child account flag. Valid options are "exclude", "include", "only". (default: "include")
-
Get accounts set to inactive after this date
-
Get accounts set to inactive before this date
-
Comma separated string to filter by different account roles. Valid types are [individual, joint, trust, business,member,owner,admin,introducer].
-
Comma separated string to filter by different account types. Valid types are [client,employee,external].
-
Date to filter when the accounts was created after.
-
Date to filter when the accounts was created before.
-
Comma separated list of partial groups names or group UUIDs.
-
Comma separated list of circle UUIDs.
-
Comma separated list of departments the employee is in.
-
Provide a group UUID (or multiple as a comma-separated string) to filter accounts within the provided groups out from the response.
-
filter clients that have been introduced by this introducer account, expects introducer account uuid, can accept multiple,
-
Filter to clients that have been linked to the account given. This will also return the requested account.
-
Comma separated list of employee account UUIDs that should always be returned no matter what other filters are applied.
-
Filter accounts that have an active login
-
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 administrator account UUIDs
-
Comma separated list of UUIDS to filter accounts who have the provided paraplanner account UUIDs
-
Comma separated list of RBAC role UUIDs. Returns accounts that have a role assignment to any of the provided roles.
-
Filter accounts by whether they have an assigned adviser. true returns accounts with an adviser, false returns accounts without.
-
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 paraplanner. true returns accounts with a paraplanner, false returns accounts without.
-
Filter by next review date with an operator.
-
Filter by previous review date with an operator.
-
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 that have an external reference with the provided third party.
-
Filter by a accounts custom field. Example filter[custom_field:pet_name]='Doug'
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v2/roles/6ff8f7f6-1eb3-3525-be4a-3932c805afed/assignees' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"uuid": "20ab60a0-2779-4c5a-a41b-e3e9f9e334ac",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "1f98c594-771c-4569-bcf1-4e9dd96f8d1f",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"is_subscribed": true,
"addon_subscriptions": {
"uuid": "d974e19e-1e85-4934-9baf-f707263eabe7",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"enabled": "true",
"trial_ends_at": "2026-09-21",
"trial_ends_in_days": 14,
"payment_confirmed_at": "2026-09-25"
},
"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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "6776dde3-6a59-460b-b1c0-3bd77f6015c3",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
},
"accounts": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "d8688d93-7615-4aee-9d48-6cd8403ad5fa",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
},
"accounts": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "8b872268-1649-4849-8b2e-3c8453a74b25",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"trackable": {
"uuid": "22c407f3-2b80-4da5-ab48-5087ef46ced1",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:07:21+01:00",
"end_date": "2026-09-07T20:35:21+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680,
"account": {
"uuid": "22c407f3-2b80-4da5-ab48-5087ef46ced1",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "e61b6c02-0bf7-4116-be93-004ed83287e9",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "bc515948-74bd-4153-80fb-f2c6ca1a1358",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-09-07T20:07:28+01:00",
"end_date": "2026-09-07T20:35:28+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "a747bd19-cb05-4282-bea9-76c7a27ecba1",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"tags": {
"uuid": "1a97064b-537b-4a9b-846a-4c529886ca8a",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"circles": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "7f6b416d-9b8e-475a-9dba-dcc043306382",
"name": "Gold",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"assigned_administrator": {
"uuid": "d1891ac9-fc82-4c6d-988e-8de3595241ae",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "bc515948-74bd-4153-80fb-f2c6ca1a1358",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-09-07T20:07:28+01:00",
"end_date": "2026-09-07T20:35:28+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "a747bd19-cb05-4282-bea9-76c7a27ecba1",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"tags": {
"uuid": "1a97064b-537b-4a9b-846a-4c529886ca8a",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"circles": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "7f6b416d-9b8e-475a-9dba-dcc043306382",
"name": "Gold",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"assigned_paraplanner": {
"uuid": "b28a0710-097a-462e-a411-3c0996fc782a",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "bc515948-74bd-4153-80fb-f2c6ca1a1358",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-09-07T20:07:28+01:00",
"end_date": "2026-09-07T20:35:28+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "a747bd19-cb05-4282-bea9-76c7a27ecba1",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"tags": {
"uuid": "1a97064b-537b-4a9b-846a-4c529886ca8a",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"circles": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "7f6b416d-9b8e-475a-9dba-dcc043306382",
"name": "Gold",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"introduced_by": {
"uuid": "1ae3d4b3-8ad8-4890-9b1f-3e93f62a9ed3",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "bc515948-74bd-4153-80fb-f2c6ca1a1358",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-09-07T20:07:28+01:00",
"end_date": "2026-09-07T20:35:28+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "a747bd19-cb05-4282-bea9-76c7a27ecba1",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"tags": {
"uuid": "1a97064b-537b-4a9b-846a-4c529886ca8a",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"circles": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "7f6b416d-9b8e-475a-9dba-dcc043306382",
"name": "Gold",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"business_unit": {
"uuid": "fa0405ff-d5b0-4e94-b72b-faee8e0d6c8d",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"members": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"firm": {
"uuid": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00"
},
"groups": [
{
"uuid": "c6489ed5-7f38-49a1-ab18-8336060fc6c9",
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": "5aca145f-974f-4f4a-908c-03f6454e5bcb",
"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-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00"
}
],
"tags": [
{
"uuid": "7eb0e398-4743-46dc-8e21-50ae1f5f819c",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
}
],
"owners": [
{
"uuid": "2bf8b4a2-730d-47f0-8c13-49bfdefbdafd",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "c8daddf0-bb1d-4935-ae30-ed573121ce88",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"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": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "57d38501-452e-4f3f-a4af-16219a436c02",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "bc515948-74bd-4153-80fb-f2c6ca1a1358",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-09-07T20:07:28+01:00",
"end_date": "2026-09-07T20:35:28+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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": "a747bd19-cb05-4282-bea9-76c7a27ecba1",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"tags": {
"uuid": "1a97064b-537b-4a9b-846a-4c529886ca8a",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"circles": {
"uuid": "ba87b366-84b7-48ac-9d0a-b2ce5e0d9210",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+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": "e417ebb9-f98b-4b98-9fb6-342a7c5a76a6",
"login_access_level": "write",
"current_life_stage_uuid": "ba1508eb-c96b-4255-a49d-5b9cbb540dea"
},
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "7f6b416d-9b8e-475a-9dba-dcc043306382",
"name": "Gold",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"first_contact_date": "2026-09-07T20:57:21+01:00",
"next_review_date": "2026-09-07T20:57:21+01:00",
"previous_review_date": "2026-09-07T20:57:21+01:00",
"anniversary_review_date": "2026-09-07T20:57:21+01:00",
"terms_of_business_at": "2026-09-07T20:57:21+01:00",
"client_agreement_at": "2026-09-07T20:57:21+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "ec5c3621-4d24-45b4-b005-1ba4b002be82",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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-09-07T20:57:21+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"joint_account_uuid": "46f17626-77e8-4753-b9b7-1d4acb1135a4",
"login_access_level": "write",
"current_life_stage_uuid": "74fc8499-4152-49f7-a731-db3329347637",
"external_references": {
"uuid": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"circles": [
{
"uuid": "24fa435a-2e5a-4de1-9191-21e036aee07b",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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-09-07T20:57:21+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": "02d2f2fa-7673-4276-b6e6-0687f67567c2",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"next_review_date": "2026-09-07T20:57:28+01:00",
"previous_review_date": "2026-09-07T20:57:28+01:00",
"anniversary_review_date": "2026-09-07T20:57:28+01:00",
"terms_of_business_at": "2026-09-07T20:57:28+01:00",
"client_agreement_at": "2026-09-07T20:57:28+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:28",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:28+01:00",
"out_of_office_until": "2026-09-07T20:57:28+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-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00"
},
"joint_account_uuid": "dc5f4f1e-db33-46b0-b8a9-836bf67314d1",
"login_access_level": "write",
"current_life_stage_uuid": "209ca912-e740-42ba-876d-3af74c85ee74",
"external_references": {
"uuid": "9e95e54e-1e1d-4242-9af6-29be42141aea",
"created_at": "2026-09-07T20:57:28+01:00",
"updated_at": "2026-09-07T20:57:28+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"ownership_percentage": 100,
"inactive_at": "2026-09-07",
"last_interaction_at": "2026-09-07 20:57:21",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-09-07T20:57:21+01:00",
"out_of_office_until": "2026-09-07T20:57:21+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "54ddee75-44b6-4d22-a7a7-90ffcbd7ffb5",
"name": "Gold",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": [
{
"uuid": "0ad9da84-b244-4ebd-8a62-7dbe22f1593a",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+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": "3cf3b13c-58b4-479d-936a-2a154f94466c",
"created_at": "2026-09-07T20:57:21+01:00",
"updated_at": "2026-09-07T20:57:21+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}
]
}
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}