Gateway access user managment

I need to create a user with limited access, this user can only manage user like add, delete and edit users.

How can I do this?

You cannot.

Consider creating a suitably secured UI project with the necessary scripted user management operations.

1 Like

In your scheme couldn't the user upgrade him/herself to administrator and gain access to everything? I think you need to rethink what you are asking.

Q1. What's the real problem you are trying to solve?
Q2. Which type of Identity Provider are you using?

This was something I looked into so that leadership could add and remove associates from a roster that would get alerts from ovens overnight. I found this and have been happy with it,

Just as advised- You must restrict access to a limited number of people, and ensure those who can get there won't be messing around since it is directly effecting the Gateway level rosters. I built off of the that exchange resource and used my active directory to let associates view any rosters and who is on them, but only high level leadership could add/remove/edit.

1 Like

Thanks Alex, will give it a try.