The People Microservice serves as the core of the portal. It will manage HR data and information of the different people in the organization. Likewise, it also manages information related to the company's clients. You can create different user roles, which have different permissions and privileges. It also facilitates the creation of different user roles with varying permissions and privileges. Notably, this microservice ensures that any changes made to the data are automatically synchronized with other relevant microservices.
Each user type (Admin, Customer, Employee) has different permissions and views within the People Microservice. The table below outlines what each type of user can view:
Employee Table | Employee Details | Customer Table | Customer Details | |
Admin | Yes | Yes | Yes | Yes |
Customer | Yes (only for employees under their own company) | Yes (only for employees under their own company) | No | No |
Employee - Supervisor | Yes (only for employees under the same company as them) | Yes (only for their direct reports) | No | No |
Employee | Yes (only for employees under the same company as them) | No | No | No |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article