Skip to main content
undefined
undefined

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

undefined

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Adding users to your sandbox

August 8, 2022

If you would like to add a user to your sandbox org, login to your account via the command line and run:

cf set-space-role <USERNAME> <ORG> <SPACE> <ROLE> 

Where:

  • USERNAME  is the username of the user you want to add
  • ORG  is the name of your sandbox org
  • SPACE  is the name of the space you want the user to have access to within your org.
  • ROLE  is set to one of ‘SpaceManager’, ‘SpaceDeveloper’, or ‘SpaceAuditor’ depending on the level of access you want the user to have.

The next time the user logs back in to their account they will be able to see and access the space you assigned them to.