Hello
I'm able to extract data from CRM using the APIs and having issues obtaining the account's owner contact.
While using the following url (companyname and client name replaced)
companyname.crm.dynamics.com/.../accounts eq 'client name'
I'm able to obtain
,"_ownerid_value":"546f4265-55b9-e411-806b-f0921c195204"
but while trying to use the following url to get the owners data (companyname replaced)
https://companyname.crm.dynamics.com/api/data/v9.1/contacts?$select=contactid,firstname,lastname&$filter=contactid eq '546f4265-55b9-e411-806b-f0921c195204'
I get empty result.
Thank you in advance for your support.