Connector Improvement: Make available login user information for Microsoft Dynamics
Hello, Fivetran makes available Salesforce login user information through GET connector API. Can we have Dynamics do the same? Please see screenshots and JSON responses for demonstration. Or is this info somewhere I'm not aware of?

Salesforce:
{ "code": "Success", "data": { "id": "bereft_fondly", "group_id": "shopkeepers_slid", "service": "salesforce", "service_version": 1, "schema": "edi_bc795e510434494793ccea2d231a3c65_kyeg8y77f0kl", "connected_by": "eggshell_vortex", "created_at": "2024-05-08T15:02:55.672368Z", "succeeded_at": "2024-06-06T16:52:13.938Z", "failed_at": null, "paused": false, "pause_after_trial": false, "sync_frequency": 60, "data_delay_threshold": 0, "data_delay_sensitivity": "NORMAL", "private_link_id": null, "networking_method": "Directly", "proxy_agent_id": null, "schedule_type": "auto", "status": { "setup_state": "connected", "sync_state": "scheduled", "update_state": "on_schedule", "is_historical_sync": false, "tasks": [], "warnings": [] }, "config": { "connection_type": "Directly", "connecting_user": "sfdcpackage@seismic.com", <------------------------------------------------------------- "sync_formula_fields": false, "connecting_user_email": "Seismic Software (sfdcpackage@seismic.com)", "organization_id": "00DE0000000cLL9MAM" } } }

Microsoft Dynamics (this connector's Dynamics login user isĀ jdemo@seismicsoftwaredemo.onmicrosoft.com):
{ "code": "Success", "data": { "id": "ladybug_gentleman", "group_id": "endeavoring_betterment", "service": "dynamics_365", "service_version": 0, "schema": "edi_bc795e510434494793ccea2d231a3c65_1axb6kxk57vd", "connected_by": "eggshell_vortex", "created_at": "2024-06-04T19:01:48.029143Z", "succeeded_at": "2024-06-06T16:28:07.745Z", "failed_at": null, "paused": false, "pause_after_trial": false, "sync_frequency": 60, "data_delay_threshold": 0, "data_delay_sensitivity": "NORMAL", "private_link_id": null, "networking_method": "Directly", "proxy_agent_id": null, "schedule_type": "auto", "status": { "setup_state": "connected", "sync_state": "scheduled", "update_state": "on_schedule", "is_historical_sync": false, "tasks": [], "warnings": [ { "code": "failed_to_create_foreign_key", "message": "Failed to create foreign key", "details": {} } ] }, "config": { "domain_name": "seismicsoftwaredemo.onmicrosoft.com", "resource_url": "https://seismicdemo.crm.dynamics.com/api/data/v9.1" } } }
Please sign in to leave a comment.
Comments
0 comments