Hi team,
is there any way to combine user list + course list from docebo, ham not able to see there is no common field between both, is there any api which supports I can take course list + user list along, and combine data as shown below
final data that I need from docebo [user + course list] is
{
"name": "Vandana Gouda",
"email": "vandanagouda060@gmail.com",
"training_name": "FY21 Security and Privacy Introduction (Mandatory)",
"due_date": "2025-09-08"
},
or at least common field between them so that I can map it and combine myself in MuleSoft ???