0
deltavision created
v9.0.1 - MVC - .NET CORE
If I connect organization to a role instead of directly to the user - the call to "UserManager.GetOrganizationUnits" does not return any Orgnaizations. Is that intended?
If so is there another way to get a users organizations - if connected via a role?
2 Answer(s)
-
0
Hi @deltavision
Yes, this is designed that way. You can override related method in UserManager and include the users organizations - if connected via a role.
-
0
OK - Thank You.