afv-library/skills/experience-ui-bundle-mfa-configure/assets/API_Enabled_For_Community.permissionset-meta.xml

11 lines
587 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<label>API Enabled For Community</label>
<description>Grants API Enabled permission for community users. Required for React-based Experience Sites that make REST/Connect API calls (e.g., GraphQL, custom Apex REST). Without this, post-login API calls return API_DISABLED_FOR_ORG.</description>
<hasActivationRequired>false</hasActivationRequired>
<userPermissions>
<enabled>true</enabled>
<name>ApiEnabled</name>
</userPermissions>
</PermissionSet>