Getting the "Currently assigned to:" name from an Opportunity

Hi,

I am trying to get the name of a person from the “Currently assigned to” dropdown on an opportunity. I have been looking through Table Schema Documentation - Keap Developer Portal and cannot find this field. Any direction is appreciated. BTW - I am currently fetching a Contact and a Stage without issue, if this helps anything.

The UserID field (which is what you’re seeing) is an id number that corresponds to the primary key ‘Id’ on the User table. This is where/how you will find that information.

2 Likes

perfect, thanks!

2 Likes

:+1: .

worked just dandy, I should have known about that primary key, lol… sorry to waste your time, hopefully someone will find this post useful.