You need to sign in to do that
Don't have an account?

Free Limited Access License for dev hub
Hi,
Does anyone have any idea, how can I create a user with the Free Limited Access License for Dev Hub as described on https://developer.salesforce.com/docs/atlas.en-us.210.0.packagingGuide.meta/packagingGuide/dev_hub_license.htm?search_text=API ?
We are not an ISV Partner.
Thanks.
Does anyone have any idea, how can I create a user with the Free Limited Access License for Dev Hub as described on https://developer.salesforce.com/docs/atlas.en-us.210.0.packagingGuide.meta/packagingGuide/dev_hub_license.htm?search_text=API ?
We are not an ISV Partner.
Thanks.
Hi,
As mentioned in the below documentation https://developer.salesforce.com/docs/atlas.en-us.214.0.sfdx_setup.meta/sfdx_setup/sfdx_setup_add_users.htm you can create a free limited access license for dev hub only if you are a partner.
You can use Salesforce DX with these Standard user licenses: Salesforce, Salesforce Platform, and Salesforce Limited Access - Free (partners only).
If you are a partner then follow the below steps:
- In Setup, enter Users in the Quick Find box, then select Users.
- Click New User.
- Fill out the form, and assign the System Administrator or Standard User profile.
- Click Save.
If you’re adding a System Administrator user, you can stop here.- From Setup, enter Permission Sets in the Quick Find box, then select Permission Sets.
- Select the Salesforce DX permission set.
- In the permission set toolbar, click Manage Assignments.
- Click Add Assignments.
- Select the user to assign the permission set to.
- Click Assign.
- Click Done.
You can limit a user’s access by modifying the permissions.Permission Set for Salesforce DX Users To give full access to the Dev Hub org, the permission set must contain these permissions.
- Object Settings > Scratch Org Info > Read, Create, and Delete
- Object Settings > Active Scratch Org > Read and Delete
- Object Settings > Namespace Registry > Read, Create, and Delete
To work with second-generation packages in the Dev Hub org, the permission set must also contain:System Permissions > Create and Update Second-Generation Packages
This permission provides access to:
Salesforce CLI Command Tooling API Object (Create and Edit)
force:package2:create Package2
force:package2:version:create Package2VersionCreateRequest
force:package2:version:update Package2Version
Hope this helps.
Kindly mark this as solved if the reply was helpful.
Thanks,
Nagendra