Oracle by Example brandingAdd Users to a Developer Cloud Project

section 0Before You Begin

This tutorial shows you how to add users to an Oracle Developer Cloud Service project. This tutorial takes approximately ten minutes to complete.

Background

To add users to an Oracle Developer Cloud Service project, they must be added to your Oracle Cloud identity domain with proper roles.

What Do You Need?

  • A web browser
    To know about supported web browsers, see Web Browser Requirements.
  • Your Oracle Cloud account credentials
  • An Oracle Cloud account with an active Oracle Developer Cloud Service subscription
  • The Identity Domain Administrator role of the Oracle Cloud account to add new users to Oracle Cloud.
    If the users you want to add to the project are already added to your Oracle Cloud identity domain, then ignore this requirement.
  • An Oracle Developer Cloud Service project where you are assigned the project Owner role.
    If you have not created a project, see the Create a Project Using Developer Cloud OBE.
  • Email addresses of the users you want to add to the project.
    If you do not have email addresses, create two email addresses. This tutorial uses devel.ora.cloud@example.com as the email address of Don Developer and test.ora.cloud@example.com as the email address of Tina Tester.

section 1 Add Users to the Oracle Cloud Identity Domain

To add users to an Oracle Developer Cloud Service project, you must first add them to the Oracle Cloud identity domain. To do that, you need the Oracle Cloud Identity Domain Administrator role.

If the users you want to add to the project are already added to the Oracle Cloud identity domain, skip this section.

If you are not assigned the Oracle Cloud Identity Domain Administrator role, ask the user who is assigned the role to add the users to the identity domain.

  1. Open the Oracle Cloud Dashboard and click Users.
    Oracle Cloud My Services navigation bar
    Description of the illustration add_users_identity_domain_01.png
  2. In the Users tab, click Add.
    Add button in the Users tab
    Description of the illustration add_users_identity_domain_02.png
  3. In the Add User dialog, enter the user's details. In the Roles section, assign the Developer Service User Role identity domain role to each user, and click Add.
    Add User dialog
    Description of the illustration add_users_identity_domain_03.png

    Tip: You can also assign the Developer Service Administrator Role to a user to grant organization administrator privileges.

  4. Repeat the above steps to add all users to add to the identity domain.
    Users tab in the Oracle CloudDasboard with all added users
    Description of the illustration add_users_identity_domain_04.png
    All added users receive an email with the subject New Account Information. The email contains the Oracle Cloud account identity domain, user name, and a temporary password.
    New Account Information email received by a user when the user is added to Oracle Cloud
    Description of the illustration add_users_identity_domain_05.png

Ask the added users to click the here link in the Click here to access account paragraph at the end of the email. Log in to Oracle Cloud using the account information and change the default password.


section 2 Add Users to the Oracle Developer Cloud Service Project

  1. Log on to Oracle Developer Cloud Service using your Oracle Cloud credentials.
    You can open the Oracle Developer Cloud Service console from Oracle Cloud Dashboard or from the URL in the Welcome to Oracle Developer Cloud Service email.
    Sign In to Oracle Cloud page
    Description of the illustration add_users_project_01.png
  2. In the Welcome page, click the Owner toggle button to view projects where you are assigned the Owner role.
    Toggle buttons of the Welcome page
    Description of the illustration add_users_project_02.png
  3. In the project list, click the Demo project name.
    Projects where the logged in user is assigned the Owner role
    Description of the illustration add_users_project_03.png
  4. In the Project page, click Team teamtab on the right, and then click + New Team Member.
    Team tab of the Project page
    Description of the illustration add_users_project_04.png
  5. In the New Member dialog box, click the Username list and select the user you want to add.
    The Username list shows all users that are added to the current identity domain.
    New Member dialog
    Description of the illustration add_users_project_05.png
  6. Click Add.
    New Member dialog
    Description of the illustration add_users_project_06.png
  7. Follow the above steps to add all users you want to add to the project.
    Team tab of the Project page with added users
    Description of the illustration add_users_project_07.png
    All users added to the project are assigned the Member role, by default.
  8. In the navigation bar, click Project. The Add User activity appears in the Recent Activities feed on the Project page.
    Recent Activities Feed of the Project page
    Description of the illustration add_users_project_08.png

next stepNext Tutorial

After adding users, you may want to clone the project Git repository to your computer, add your application files to it, and then commit and push those files to project Git repository. See Create and Populate a Git Repository of Developer Cloud OBE in the Want to Learn More section.


more informationWant to Learn More?