How do I suspend the developer from Apigee Edge UI?

Not applicable
 
0 5 192
5 REPLIES 5

Not applicable

If by suspend you mean remove.. Then you can go to Admin>Organisation Users and then remove the user you want removed

Do I did not mean remove. I want to suspend the user (Meaning the status should be changed)

Not applicable

The way I would do is to create a Role called "Suspend" and assign the user this role alone.

The "Suspend" Role should not have any access to any environments or activities. He can just login but not do anything...Give this a try

Hi @Thilak Kumar,

You can change the status of developer account to active, inactive or login_lock.

Please check this link.

http://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/developers/%7Bdeveloper_ema...

Thanks

@Thilak Kumar ,

Great Question & Welcome to Apigee Community.

Remember , Developer Portal is the front end for Developer Engagement platform. When you set Developer status to inactive in Apigee Developer Portal automatically status of developer updated to inactive in Apigee Edge.

  • Edit User in Developer Portal & Set status to active, See screenshot below.

3601-screen-shot-2016-09-26-at-73527-pm.png

  • You can see the developer status getting changed in Edge UI.

3602-devdemo1.png

Having said that,

  • Ability to change developer status in Edge UI is missing. It's a valid use case that org admin would like to reset developer status. I see it as a missing feature in Edge UI.
  • But, Apigee follows API First Approach, Even though it's missing from Edge UI, We have Apigee Edge Management API to reset developer status as said by @Mohammed Zuber You can find more about Set Developer Status API here.

Hope it helps, Keep us posted if any.