Skip to content

Managing users

Adding new users

  1. On Django Admin, click on the Users link in the Accounts section.

    image.png

  2. Download the CSV template to import users

    image.png

  3. Fill out fields in CSV file.

    Field nameContents
    company_nameCompany code used in Aerscape (X125, A432, etc).
    qa/qcNeeds to be yes otherwise 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 in GEO_DATAFilter items section and names need to be exact matches.
    Fields with _view and _editGranular permissions control, they accept yes or no values. Empty colums means no permissions.
  4. Go back to the Django Admin page and click Import users using CSV

    image.png

  5. 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

  1. On Django Admin, click on the Company memberships link in the Accounts section.

    image.png

  2. Download the CSV template to update users

    image.png

  3. Fill out fields in CSV file.

    Field nameContents
    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 in GEO_DATAFilter items section and names need to be exact matches.
    Fields with _view and _editGranular permissions control, they accept yes or no values. Empty colums means no permissions.
  4. Go back to the Django Admin page and click Update permissions using CSV, then select the CSV file in the input component and submit.

  5. The system will process the entries immediately and notify you if anything went wrong directly in the page.