2

What I need is:

  • Administrator-level-1 (Can edit all simple users and administrators of level 2 and 3)
  • Administrator-level-2 (Can edit all simple users and administrators of level 3)
  • Administrator-level-3 (even less permissions)

By saying edit I mean change password at least. Tried to experiment with roles, permissions, Organization hierarchy etc. Is this possible?

Viktor D
  • 23
  • 2

1 Answers1

3

You could create an Organization for each level and then can create a single Organization Role with the following permissions:

  1. User / Update
  2. Organization / Manage Users
  3. Organization / View

Once that is done you assign the level admins to this role on the corresponding organizations.

Prakash K
  • 11,669
  • 6
  • 51
  • 109
Balint Bako
  • 2,500
  • 1
  • 14
  • 13
  • Exactly what I needed. Although 4th permission (Manage Suborganizations) was necessary. Thank you. Any ideas why level 2 and 3 administrators don't see their organization (Control Panel->Portal-> Users and Organizations) under "My Organizations"? Their organization+suborganizations are listed only after pressing "Search All Organizations". – Viktor D Jul 24 '13 at 13:26
  • I guess they are not members, if the case is different I can fire up one of my LR instances to check :) – Balint Bako Jul 24 '13 at 13:28
  • I believe they are members of suborganization. Even giving roles of Organization Owner/Administrator doesn't make organization appear under "My Organizations" – Viktor D Jul 24 '13 at 13:40