function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mel LisauMel Lisau 

Where can i set the 'Manage Sandbox' permission for a user in Production ?

Hi , 
I have a Production instance and i need to run api calls but require the  'Manage Sandbox' permission for a user in Production , 
What is the permission and how can i set this withing Production ?

thanks
RituSharmaRituSharma
You will need to give permission in user's profile. Refer the below URL for details:
https://help.salesforce.com/articleView?id=data_sandbox_manage.htm&type=5
AbhishekAbhishek (Salesforce Developers) 
Using Administrative Permission, 'Manage Sandbox', users now can create, refresh, activate and delete sandboxes without having 'Modify All' permission. Users can have the 'Manage Sandbox' permission automatically, if 'Modify All' is checked. This 'Manage Sandbox' is only a Sandbox-related permission.


For further reference you can check this too,

https://www.mstsolutions.com/technical/sandbox-enhancements-deployment-features-in-winter-16-release/#:~:text=Using%20Administrative%20Permission%2C%20'Manage%20Sandbox,only%20a%20Sandbox%2Drelated%20permission.

I hope this information helps.