Hope someone can point me in the right direction. I’m creating a web page which I would like to publish with only private access. In order to do this I need to specify the type of private access in the create page API call, using this data:
"publicAccessRules": [
{}
],
I don’t see any reference to the values needed for membership access. The documentation seems silent, and when I fetch the JSON for an existing page with the type of access I want, these values are not set in the return data.
Anton Moderator note: While this solution may not address the original poster’s specific situation, it could be helpful for other community members facing similar challenges.
FYI - after a number of days, response from the product team via support:
>>>
The team has reviewed your request regarding documenting the publicAccessRules structure and returning the manually set access group values via the fetch page API. At this time, they have decided that we will not be publicly documenting the publicAccessRules structure, as these values are intentionally omitted from being populated in the public APIs.
Hey @SteveHTM!
Thanks so much for updating this thread with the final findings. I realize it may not be an ideal reply, but it’s always better to have an official update than not.
Shane, Senior Community Moderator