JCM Table: dbo.AT UserType
From Sherlock Software
TABLE NAME: dbo.AT_UserType
User type control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | UserTypeID | tinyint | User type ID |
| 2 | Desc | nvarchar(50) | Description |
Table Values:
| UserTypeID | Desc |
|---|---|
| 0 | User |
| 1 | Superuser |
| 2 | Researcher and leadership |
| 3 | Site administrator |
| 255 | System administrator |
Back to JCM Database tables