Switch user accounts Run in API Explorer
Ask AI
POST
/api/v1/me/switch-account
curl \
--request POST 'https://api.plannrcrm.com/api/v1/me/switch-account' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"account_uuid":"5ecd7e52-8ff1-4f9c-b3ff-ac70d9b11391","mobile_account_uuid":"6c85f573-5c3d-4fe6-8218-3a4215f8c6e0"}'
Request examples
{
"account_uuid": "5ecd7e52-8ff1-4f9c-b3ff-ac70d9b11391",
"mobile_account_uuid": "6c85f573-5c3d-4fe6-8218-3a4215f8c6e0"
}
Response examples (200)
{
"name": "Gareth Thompson",
"type": "standard",
"uuid": "80cc32a2-a31b-4975-8d54-bacd0f00271c",
"email": "gareth@codepotato.co.uk",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"created_at": "2026-04-09T17:35:04+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T17:35:04+01:00",
"otp_pending": false,
"current_login": {
"firm": "App\\Http\\Resources\\FirmResource",
"uuid": "e68022f7-039a-4185-b2a6-628a2c4409e7",
"email": "gareth@plannrcrm.com",
"account": "App\\Http\\Resources\\AccountResource",
"primary": false,
"last_name": "Thompson",
"user_type": "standard",
"created_at": "2026-04-09T17:35:04+01:00",
"expires_at": "2026-07-18T17:35:04+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T17:35:04+01:00",
"goals_enabled": true,
"tasks_enabled": true,
"wealth_enabled": true,
"is_impersonated": false,
"welcome_enabled": true,
"factfind_enabled": true,
"has_write_permission": false,
"has_delete_permission": false,
"receives_unread_notifications_email": true
},
"current_account": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "a139f2e9-1d0a-4224-9154-6a3e10af00c1",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-09T17:35:04+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T17:35:04+01:00",
"with_login": true,
"inactive_at": "2026-04-09",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-09T17:35:04+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-09T17:35:04+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-09 17:35:04",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-09T17:35:04+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-09T17:35:04+01:00"
},
"two_factor_type": "sms",
"otp_confirmed_at": "2026-04-09T17:35:04+01:00",
"two_factor_mobile": true,
"current_time_entry": {
"name": "Research",
"uuid": "7d68511e-b02d-4132-85a1-c184f49062ff",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"end_date": "2026-04-09T17:13:04+01:00",
"is_active": true,
"trackable": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2026-04-09T17:35:04+01:00",
"start_date": "2026-04-09T16:45:04+01:00",
"updated_at": "2026-04-09T17:35:04+01:00",
"description": "This is a description.",
"trackable_type": "Client",
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"session_expires_at": "2026-04-09T17:35:04+01:00",
"two_factor_enabled": true,
"should_auto_save_notes": true,
"sms_two_factor_enabled": true,
"two_factor_mobile_meta": {
"country": "GB",
"formatted": "0333 090 3630"
},
"remember_token_expires_at": true
}