A user of the PASS system
| Field | Type | Description |
|---|---|---|
| id* | String | Unique User URI |
| username* | String | Unique login name used by user |
| tbd | tbd | Additional fields are required to support user groups and authentication |
| role* | Enum (Enum (see list below) | User role |
| person* | Person | Person associated with the account |
| created* | DateTime | Date the record was created |
| lastModified* | DateTime | Date the record was last modified |
*required
autogenerated fields are in bold and are readonly
Role options for User
| Value | Description |
|---|---|
| pi | tbd |
| admin | tbd |
| ... | Others to be determined by use cases, possibly "received", "awaiting approval" etc. |