[SalesForce] Listing of All Standard Profiles and their Metadata API Names

What is a listing of all Salesforce standard profiles as they relate to the Metadata API? The names do not match the user interface in Salesforce.


When performing a bulkRetrieve of all profiles in a new developer organization, the files retrieved do not match those of the standard profiles.

Example target for ant:

 <target name="bulkRetrieveProfile">
    <sf:bulkRetrieve username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" metadataType="Profile" retrieveTarget="${sf.dir}" batchSize="${sf.batchsize}"/>
   </target>

When pulled, only standard profiles are listed, with the exception of three custom profiles that Salesforce makes. System Administrator will not be listed in the directory pulled, which is a standard profile.

Example output when performing a FINDSTR on the directory of the bulkRetrieves (note System Administrator, as the Salesforce UI lists, is not included):

Output of standard profiles

Best Answer

Here is a listing of all standard profiles and their license key definition and their corresponding metadata API Name, when performing a retrieve:

Standard Profiles

Unfortunately SFSE does not have markdown for tables so I have added as a picture to preserve formatting.

Developer documentation for metadata API and profiles

SOAP API documentation for User License Key