{{ viewMode ? 'View User' : editing ? 'Edit User' : 'Add User' }}

Username is required
Username can't consist of whitespace only
Username must be 31 characters long and should not contain whitespaces.
Name is required
Name can't consist of whitespace only
Name must be at max 50 characters long and should not contain the following characters: /\[]:;|=,+*?<>@"
Organization is required
Department is required
Email should not include @
Email having '+' is invalid while using OAuth2.0 as a service provider
Email is required
Not valid
Email should not include @
Email having '+' is invalid while using OAuth2.0 as a service provider
Email is required
Not valid
Contact is required
Contact can't consist of whitespace only
Contact must be in the right format
Cancel
Devices
Device Name Client Type Darken Actions {{ device.device_name }} {{ [DeviceType.PhysicalServer, DeviceType.VirtualServer].includes( device.device_type ) ? 'Server-side' : 'End-user' }}
Entitlements
Name services Time Restricted {{ policy.name }} {{ policy.services | stringTruncateTransform }} {{ policy.timeRestricted ? 'Yes' : 'No' }}
Services
Name ID Host Type MappedURL {{ service.name }} {{ service.id }} {{ service.ipv4_address }} {{ service.type }} {{ service.mappedurl }}
Service Groups
Name Created Services Description {{ group.name }} {{ group.createdAt | dateTransform }} {{ group.services | stringTruncateTransform }} {{ group.description }}
Latest Sessions
Name Device OS Location Start Time End Time Session Duration {{ session.client_name }} {{ session.client_device_os }} {{ session.location }} {{ session.CONNECTION_ATTEMPT_TIME | dateTransform }} {{ session.DISCONNECTION_TIME | dateTransform }} {{ getDuration( session.CONNECTION_ATTEMPT_TIME, session.DISCONNECTION_TIME ) }}
Failed User Authentications
Name Device OS Location Connetion Attempt Time Reason {{ session.client_name }} {{ session.client_device_os || 'Unknown' }} {{ session.location || 'Unknown' }} {{ session.CONNECTION_ATTEMPT_TIME | dateTransform }} {{ session.failure_cause }}