User endpoints
Users
Users are given specific roles, where each role determines the user’s permissions within the application. Those roles are as follows:
- “Admin” role has permission for all actions on all entities in the application.
- “Standard” role allows Read/Write and Delete actions on entities in non-sensitive areas of the application.
- “ReadOnly” role allows only read actions and only on entities in non-sensitive areas of the application.