Skip to content

User

A user is the person who is able to login into the system. Further access to features of the system depends on the profiles and their accesses.

Entity Attributes

Following attributes define a user.

email

email of the user. This is a required attribute to login to the system.

name

Name of person.

phone_number

Phone number of the person.

Entity Relationships

profiles

A user has many profiles.

Admin UI