developer portal : user approval

Hi ,

In Drupal based developer portal(drupal8) , we would like the developers to be approved by a business user and not by "site administrator".

  • Is there any option to change the automated approval to be triggered to a business user?
  • Furthermore is there an option to have multiple level of approval, similar to a workflow

Thanks & Regards

0 2 121
2 REPLIES 2

@sujith Mathew

1.Currently there is No option to do approval by Business user.

But you can create a user in Drupal and Give him this Permission or same permission like site admin

2. there is no multiple level approval ,

But you can archive this by custom module in Drupal


for current available option you can go to

{Your Portal IP or Host}/admin/config/people/accounts

Hi Sujith,

1. Create a new role, "User Administrator".

2. Give this role the "Administer users" permissions

3. Assign this new role to the business user.

Can you describe your multi-step approval process?

Typically we want to give users access to the developer portal (and after email verification), ability to browse documentation and experiment with some sandbox APIs.

You may additionally assign more roles post user registration to give them access to more APIs or content.