-
Notifications
You must be signed in to change notification settings - Fork 31
Permissions
Ryan Wold edited this page Dec 16, 2020
·
7 revisions
Users in Touchpoints have varying levels of permissions:
- Globally, a user is either an
Admin
or not - Every user belongs to an Organization, and user may be made an
Organization Manager
- As a User relates to a Service, a User is either a
Form Manager
orResponse Viewer
Roles based on a User's admin
flag
-
Admin
- access to all aspects of Touchpoints System
Roles based on Service Permissions
-
Form Manager
- access to all aspects of a Form and its Responses -
Response Viewer
- read-only access to a Form and its Responses
- Admin has
admin
flag set - Form Manager and Response Viewer can login, but do not have
admin
flag set - Form Manager can login and has
FormManager
role in aUserRole
record - Response Viewer can login and has
ResponseViewer
role in aUserRole
record - Public users do not login
For more detailed information on how each Persona can use Touchpoints, see the Use Cases.