Update a circle Run in API Explorer
Ask AI
Body
-
Circle name
-
Hex colour for avatar background
-
Account UUIDs belonging to the circle. Between 1 and 100 account UUIDs are required.
-
List of accounts - required without account_uuids
-
Groups UUIDs the circle will belong to. Can belong to a maximum of 50 groups.
-
UUID of the circle's current life stage for expenditure. Pass null to clear.
PUT
/api/v1/circles/{uuid}
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/circles/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"Jones Family","bg_colour":"#DDDDDD","account_uuids":["f67faae3-371e-4020-b4f0-18fcce5b7a1d","5f28811d-46a1-46e3-b163-07e3aa6b5c76","29425662-2150-4b2f-85f5-49aa0e02eca6"],"accounts":[{"uuid":"865a28de-4b90-47a0-9d94-5af1599db00a","login_access_level":"read"}],"group_uuids":["28a80a91-d1d3-4fb3-b797-dc5f8fabc7bc","8d60314e-8ff4-41b6-8c9e-719bbca70116","26592c07-820b-4ef3-8347-3c3b510b8ea1"],"current_life_stage_uuid":"9a77a33d-9721-49f4-b63f-b8886104385a"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Jones Family",
"bg_colour": "#DDDDDD",
"account_uuids": [
"f67faae3-371e-4020-b4f0-18fcce5b7a1d",
"5f28811d-46a1-46e3-b163-07e3aa6b5c76",
"29425662-2150-4b2f-85f5-49aa0e02eca6"
],
"accounts": [
{
"uuid": "865a28de-4b90-47a0-9d94-5af1599db00a",
"login_access_level": "read"
}
],
"group_uuids": [
"28a80a91-d1d3-4fb3-b797-dc5f8fabc7bc",
"8d60314e-8ff4-41b6-8c9e-719bbca70116",
"26592c07-820b-4ef3-8347-3c3b510b8ea1"
],
"current_life_stage_uuid": "9a77a33d-9721-49f4-b63f-b8886104385a"
}
Response examples (200)
{
"uuid": "a1fdbdc1-705d-4c80-97e9-74f9be9ad9cf",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"accounts": [
{
"uuid": "27702d43-4ad6-43cf-a6c8-c6e334e20487",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+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": "App\\Http\\Resources\\FirmResource",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"business_unit": "App\\Http\\Resources\\BusinessUnitResource",
"groups": "App\\Http\\Resources\\GroupResource",
"tags": "App\\Http\\Resources\\TagResource",
"owners": "App\\Http\\Resources\\AccountResource",
"first_contact_date": "2026-05-19T18:31:16+01:00",
"next_review_date": "2026-05-19T18:31:16+01:00",
"previous_review_date": "2026-05-19T18:31:16+01:00",
"anniversary_review_date": "2026-05-19T18:31:16+01:00",
"terms_of_business_at": "2026-05-19T18:31:16+01:00",
"client_agreement_at": "2026-05-19T18:31:16+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"circles": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"inactive_at": "2026-05-19",
"last_interaction_at": "2026-05-19 18:31:16",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"groups": [
{
"uuid": "598cb364-15ff-4e8c-b946-3e9314f257ff",
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": "aba3d734-435d-4a34-b598-d1798093f32a",
"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-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+01:00"
}
],
"joint_account_uuid": "3a48562a-8235-4e60-bbd6-4bc0d00caa1b",
"login_access_level": "write",
"current_life_stage_uuid": "dc725089-2908-4d50-8393-28d3b7e9ae5f",
"external_references": [
{
"uuid": "c4cdeb5e-44b4-4644-aadc-078780fdf1c7",
"created_at": "2026-05-19T18:31:16+01:00",
"updated_at": "2026-05-19T18:31:16+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}