Hello!
I need to set up Marketo to Vidyard integration, which entails adding a Role with API access. Vidyard's documentation specifies that I need to add the "Read-Write Lead" permission to the role. However, I don't see that permission in the list of available permissions under "Access API".
As well, the Marketo API documentation has conflicting information. Specifically, "Leads" appears under the REST API > Lead Database docs and references Read-Write Lead permission, as well as under REST API > Endpoint Reference > Lead Database, but is not mentioned in the "Descriptions of Role Permissions" page in the Marketo Guide.
Can someone give me some clarification on this? Has the Lead endpoint been discontinued, or do I need to have access to something else in Marketo to access it?
Solved! Go to Solution.
The words “Lead/Leads” have been replaced with “Person/People”. While creating a new role/updating an existing role in the Marketo Admin > Users and Roles > Roles section, you could checkmark the Read-Write Person permission under the Access API permissions set (reference snapshot below). This would essentially grant access to perform the required Read/Write data to the people for the API user created with this role. Also, the leads endpoint hasn't been discontinued; you can find it on the developer documentation page here.
The words “Lead/Leads” have been replaced with “Person/People”. While creating a new role/updating an existing role in the Marketo Admin > Users and Roles > Roles section, you could checkmark the Read-Write Person permission under the Access API permissions set (reference snapshot below). This would essentially grant access to perform the required Read/Write data to the people for the API user created with this role. Also, the leads endpoint hasn't been discontinued; you can find it on the developer documentation page here.
Ah, thank you very much! I was having a lot of trouble finding exactly where it had gone. I appreciate your help on this one!