| Navigation: Theorem Visualization Pipeline > Server Home Page > Manage > Users | Send comments on this topic. | 
Users Menu
This page is designed for an Administrator to manage all the users and their roles in the system
Active in user roles: Admin
A user will be shown information reported on this page in a table with the syntax:
| Field | Description | 
| User ID | Unique ID for the user | 
| User Name | ID used for access to the server | 
| Created Date | Date user was created | 
| Last Login Date | Last Date user access server | 
| Last Digital Realities App Login Date | Last date user logged in via Theorem XR client | 
| Enabled | Is the user enabled. True/False | 
| Email Confirmed | Has the user’s email address been confirmed? True/False | 
| Has Password | Does the user have a password? True/False | 
| Roles | Current roles assigned to user. See table below for description of Roles | 
Roles
| Field | Description | 
| Program Manager | Can create projects | 
| LicenceCutter | Can manage licenses | 
| CadFileUploader | Can upload files to their own folder and to projects in which they have "ReadWrite" permission | 
| MetadataUploader | Can upload and edit metadata for uploaded files | 
| SubAdmin | Can upload files and manage other user's models | 
| ExternalProcessing | Can send results from external processing to this server | 
| LibraryUploader | Can change 'Lib_Component' property on models | 
| RemoteExpert | Can view list of current 'RemoteExpert' sessions in order to join them | 
| LocalProcessing | If this server is setup to send uploaded files to another server for processing this permission allows the processing to happen on this server instead | 
| ContentPropertyEditor | Can edit properties on uploaded files | 
Active Directory Mapping
Roles may be mapped to active directory linked users via the web.config (found at <"C:\Program Files\Theorem Experience Server\WebApplication\Web.config">)
The default config is given below, the value represents the name of the group on Active Directory:
<!--
<add key="OidcProvider_UpdateUserRolesFromClaims" value="true" />
<add key="OidcProvider_UserGroupForRole_Admin" value="TVP_Admin" />
<add key="OidcProvider_UserGroupForRole_LicenceCutter" value="TVP_LicenceCutter" />
<add key="OidcProvider_UserGroupForRole_CadFileUploader" value="TVP_Uploader" />
<add key="OidcProvider_UserGroupForRole_MetadataUploader" value="TVP_MetadataUploader" />
<add key="OidcProvider_UserGroupForRole_RemoteExpert" value="TVP_RemoteExpert" />
<add key="OidcProvider_UserGroupForRole_ProgramManager" value="TVP_ProgramManager" />
<add key="OidcProvider_UserGroupForRole_LibraryUploader" value="TVP_LibraryUploader" />
-->
To enable this both <!-- and --> need to be removed and the TVP restarted.