mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 16:25:58 +08:00
11 lines
587 B
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>
|