Hi!
Documentation says parameter AudienceIds is optional, and that if it's sent empty or null I should receive all available audiences. However, I'm receiving an error when sending it empty and no audiences when sending it null.
I'm assuming this is "sending it empty":
<v13:AudienceIds></v13:AudienceIds>
while "sending it null" means not even sending the v13:AudienceIds tag.
What is the correct way to request all the audiences?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Hi!
Documentation says parameter
AudienceIdsis optional, and that if it's sent empty or null I should receive all available audiences. However, I'm receiving an error when sending it empty and no audiences when sending it null.I'm assuming this is "sending it empty":
while "sending it null" means not even sending the
v13:AudienceIdstag.What is the correct way to request all the audiences?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.