Using the Delegated Admin Console

Objective

After completing this lesson, you will be able to use the console to invite members and assign roles.

Inviting Users and Assigning Roles in the Delegated Admin Console

The Delegated Admin Console can be used to invite members, either by email or SMS, in one of two ways:

  • One at a time, where the Delegated Admin enters the member’s contact data in the console
  • Many at a time, where the Delegated Admin compiles member contact data in a CSV file that is then uploaded to the console

The console can also be used to assign roles to a member, and these determine the assets that this member has access to.

Inviting Employees and Assigning Roles

Let’s examine the process of inviting users, individually or many at a time, and how to assign roles to them.

Integrating the Delegated Admin Console on a Website Using the SAP Customer Data Cloud WebSDK

​accounts.b2b.openDelegatedAdminLogin JS

​The Delegated Admin Console can be launched without going through the Organization Management Console as an IT Admin, by invoking the accounts.b2b.openDelegatedAdminLogin method from a website. This method opens the Delegated Admin Console and logs in the Delegated Admin if they currently have a valid SAP Customer Data Cloud session on the site.

Sample Request JavaScript Code Example

HTML
1234567891011
<!-- The Gigya Web SDK is required once per page--> <script type="text/javascript" lang="javascript" src="https://cdns.gigya.com/js/gigya.js?apikey=ENTER-YOUR-API-KEY-HERE"> </script> <script> var params = { "orgId":"12345" } gigya.accounts.b2b.openDelegatedAdminLogin(params); </script>

Log in to track your progress & complete quizzes