Find all programs a lead is member of | Community
Skip to main content
New Participant
December 21, 2022
Solved

Find all programs a lead is member of

  • December 21, 2022
  • 1 reply
  • 1330 views

Hello, 
is there an easy way to identify all programs a lead is member of? 

Or in ideal case .... to not just find the programs but to export all program member data fields of that programs?

Thanks and best regards
Wolfram

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

Not sure if you consider this simple, but there's a direct program membership lead endpoint that returns all the programs that a person is a member of along with their progression status, membership date, success, etc. (i.e., standard program fields data).

 

If you're also looking to export the program member custom field(s) data, you'd need to use the bulk program extract API as PMCF, unlike the standard program fields may not have data for all the program members. This, unlike the above program membership lead endpoint, queries and returns data at the program level and not at lead data.

 

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
December 21, 2022

Not sure if you consider this simple, but there's a direct program membership lead endpoint that returns all the programs that a person is a member of along with their progression status, membership date, success, etc. (i.e., standard program fields data).

 

If you're also looking to export the program member custom field(s) data, you'd need to use the bulk program extract API as PMCF, unlike the standard program fields may not have data for all the program members. This, unlike the above program membership lead endpoint, queries and returns data at the program level and not at lead data.