Base solution for your next web application
Open Closed

What is Organization Unit? #2727


User avatar
0
bilalhaidar created

Hi, I read the documentation on OU. What are possible uses of this feature? Can you please illustrate with some examples?

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    It can be used in very different manners but you can think it as departments of a company, sections of an organization or teams in a software company.

    Actually it's name is the best explanation I think :), "Units of an Organiztion".

  • User Avatar
    0
    bilalhaidar created

    It makes more sense now :-)

    Does have the features of a Tenant? Like separate Admin/Members? Or usually it falls under a Tenant (Admin per Tenant)?

    Also, how about Permissions? How do they work with OU? Now I deal with Permissions and they target only Tenants and Host. How about OU?

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    An OrganizationUnit is just a multi tenant entity for AspNet Zero, there is no other special implementation. Permissions are not related to OUs but if you need it you can make a custom implementation according to your needs.

    Thanks.