Managing users
Adding new users
On Django Admin, click on the
Userslink in theAccountssection.
Download the CSV template to import users

Fill out fields in CSV file.
Field name Contents company_nameCompany code used in Aerscape (X125, A432, etc). qa/qcNeeds to be yesotherwise the import will fail, used as an extra check.geofence_shapeAccepts a GeoJSON containing a polygon that delimits the area the user has access to. geofence_area_namesAs an alternative to the geofence_shape, this can be used to limit users to predefined areas in the platform. Valid area names can be found in Django admin inGEO_DATA→Filter itemssection and names need to be exact matches.Fields with _viewand_editGranular permissions control, they accept yesornovalues. Empty colums means no permissions.Go back to the Django Admin page and click
Import users using CSV
Select the CSV file in the input component and submit, the system will process the entries immediately and notify you if anything went wrong directly in the page.
Updating user permissions
On Django Admin, click on the
Company membershipslink in theAccountssection.
Download the CSV template to update users

Fill out fields in CSV file.
Field name Contents emailUser email, needs to be an exact match geofence_shapeAccepts a GeoJSON containing a polygon that delimits the area the user has access to. geofence_area_namesAs an alternative to the geofence_shape, this can be used to limit users to predefined areas in the platform. Valid area names can be found in Django admin inGEO_DATA→Filter itemssection and names need to be exact matches.Fields with _viewand_editGranular permissions control, they accept yesornovalues. Empty colums means no permissions.Go back to the Django Admin page and click
Update permissions using CSV, then select the CSV file in the input component and submit.The system will process the entries immediately and notify you if anything went wrong directly in the page.