How can set the default Email Digest frequency for all members to 'Weekly'. At the moment, it is 'Not Subscribed'.
How can set the default Email Digest frequency for all members to 'Weekly'. At the moment, it is 'Not Subscribed'.
This is what I get back when I use $core_v2_emailDigest.GetByGroup($groupId) and do a describe.
[EmailDigestSubscription]
2102 is the userid of the service account.
So it sounds like the automation is running as the service account which would account for how the subscription was seemingly created successfully and retrieved successfully, but just not for the user you want. Is your automation defined to run as server account?

If so, you may want to uncheck. But if it needs to run as service user for some other permission reason, you can still impersonate a particular API call with core_v2_widget.ExecuteFile .