# Users
There are 6 different roles a Outlet user can have, each of the roles has unique permissions and can see different pages and perform different actions.
On top of each page in the Pages section, there will be a table with the user's permission.
# Admin
The topmost role has access to everything. Can set up other users, create orders, and approve them, set purchasing limits, and manage multiple venues.
| Optional Permission | Value |
|---|---|
| Group Permission | True |
| Receive Order Notification | Optional |
# Manager
Can create orders within purchasing limits and set up other users - Orderers and Receivers, but not Admins. Optionally, can manage multiple venues.
| Optional Permission | Value |
|---|---|
| Group Permission | Optional |
| Receive Order Notification | Optional |
| Purchase Limit | Optional |
# Orderer
Can create within purchasing limits. Must be attached to a single Venue.
| Optional Permission | Value |
|---|---|
| Group Permission | No |
| Receive Order Notification | Optional |
| Purchase Limit | Optional |
| Resolve dispute | Optional |
| Manage free distributor | Optional |
# Receiver
Can only confirm or dispute received orders. Must be attached to a single Venue.
| Optional Permission | Value |
|---|---|
| Group Permission | No |
| Receive Order Notification | Optional |
# Finance
Can see orders and receive order emails.
| Optional Permission | Value |
|---|---|
| Group Permission | No |
| Receive Order Notification | Optional |
# Subscriber
Can not login, can only receive order emails. This user type is used when creating a free Venue.
← Outlets