The participants of your event, or app users, are referred to as "users" in the workspace.
It's important that you distinguish app users (or event partipants) from Backstage users. The actual app users (or event audience) will not have access to Backstage.
The first app user added to a workspace is automatically the Backstage user who created the workspace. This is necessary so that the Backstage user can access the app to see and test the workspace they are working on.
Additional Backstage team members (people who use Backstage) can also be added as app users in the workspace to allow them to work on the workspace.
All the other app users need to be added in Backstage to the workspace, via the Users module.
There are three ways of adding app users to a workspace:
- Adding app users manually.
- Exporting/importing app users via a spreadsheet.
- Integrations from third party systems.
This article will take you through the steps needed to add app users manually and via imports.
To access the Users module, go to the Content category in the main menu to the left of the screen, then select Users.
Adding an app user manually
In the Users module, click on the New user button, and add the necessary information for the app user.
Tip: There are three mandatory fields here that need to be filled in order to add a user:
First name, Last name, and Email address. The other fields are all optional.
There are also two additional settings here that are important to note:
Disable analytics
Analytics allows app user activity to be captured in the workspace. This option is therefore left unchecked by default for app users in the workspace, but is selected for Backstage users who are app users in order to not capture their activity (as they are hidden in the workspace).
Status
Here there are three options possible for app user.
- Active means that the app user will be active and visible in the workspace to other app users, this is the standard option that should be used for your workspace app users.
- Hidden means that the this user will not be visible to other app users.
This option is selected by default for the workspace creator (or Backstage user) to make them invisible to other app users in the workspace. - Cancelled means that the app user no longer has access to the workspace. This can be used to remove an app user from the workspace.
Click on Save to finish adding the app user.
The Users tab will now open and you will see the app user added there:
Note: Here the workspace admin (Sabrina, who created the workspace) is greyed out, because her status is set to hidden, and Brian (the first actual app user that was just added) is visible.
So how does this actually look in the app?
Here we'll take a look at how users are visible in the app, with the list of users and a user's profile.
This will allow you to better visualize how the information added to Backstage is seen in the app.
Participant list in the app
Below is an example of how a list of users can look in the app:
Here you can see:
- The list of users, sorted alphabetically.
- For each user we can see their photo, name, position and office location.
- The app user can tap any user in the list to see their full profile and send a contact request.
- A search bar, as well as a buttons for filtering can also be addd to these lists.
Participant profile in the app
Below is an example of a how a user profile can look:
Here you can see:
- The user's full profile, including their photo, department and /or job title.
- Buttons used to connect, message, or bookmark the user, take notes, or save the user profile.
- User's contact information and location.
- Any other associated information for the user will be visible by scrolling down on the profile.
Adding multiple app users
To add larger numbers of app users, we recommend that you upload all of the app users in a bulk operation, using an Excel spreadsheet.
This is done by:
- Downloading the existing list of app users from the workspace via Backstage, as a spreadsheet.
- Adding all the necessary app users to the spreadsheet.
- Re-uploading the spreadsheet to Backstage to import the app users.
Follow the below steps to perform a bulk upload of app users into the workspace via Backstage.
1. Downloading the existing app user spreadsheet
- In the Users tab, select Export XLS.
- Click on Download export.
- Save the spreadsheet locally, and open it in order to edit it.
- The spreadsheet contains a list of the current app users. In the below example there are two users, Sabrina (the workspace creator/admin) and Bryan (the user added manually earlier in the article):
2. Adding the app users to the spreadsheet
The exported users spreadsheet is composed of 15 columns, each column and its content is explained below.
- fp_ext_id: In the export, this is the unique identifier that Backstage has automatically assigned to the user when the user was created manually. This should not be changed for existing users, however you will need to add an ID for the participants you are adding to the event import. This can for example be user001, user002, etc.
- fname: User's first name.
- lname: User's last name.
- company: User's company.
- position: User's title in the company.
- email: User's email address.
- phone: User's phone number.
- mobile: User's mobile phone number
- address: User's address.
- do_not_track: Will the user will be tracked by analytics? ("true" = yes / "false" = no).
- fp_status: Will the user be "visible" or "hidden" to other participants.
- actcode: This is the activation code for the user (generated by the system)
- webappUrl: This is the URL the user can use to access the workspace via web app.
This is visible in exports performed by Backstage users with "Manager" roles. - is_invited: Has the use been invited to join the workspace? ("true" = yes / "false" = no).
- is_activated: Has the user activated the app? ("true" = yes / "false" = no).
Using the above information, you can directly add all the users that you need into this spreadsheet.
Note: Here, like when adding a user manually in Backstage, there are four mandatory columns that need to be filled in: fp_ext_id, fname, lname, and email. The rest are optional.
Important: For app users that you are adding to the spreadsheet in view of importing them, you will need to add a fp_ext_id. This can for example be user001, user002, etc. For app users that were already part of the export, do not change their existing fp_ext_id (leave it as bstg_autogen_xxxxxx).
3. Importing the app users spreadsheet
Once you have added all the necessary information to the spreadsheet for all the app users you wish to add to the workspace, you can save the spreadsheet locally and then upload it to Backstage to perform the import:
- In the Users tab, select Import XLS.
- Click on Choose file, and select the updated user list spreadsheet.
- Select Begin upload.
- Verify that the system has selected the correct column headers in the spreadsheet, if necessary select the correct headers.
- Click on Next.
- The system will perform the import, provide a summary of the updates made to the user list in Backstage, and notify you when the import was successful.
- Click Next if the import was successful.
The app users added to the spreadsheet have now been added to the workspace, as seen below in Backstage:
Note: This approach of exporting and importing user information via a spreadsheet can also be used to make multiple edits or updates to user information. Simply export the .XLS, make the necessary changes to the user information in the spreadsheet, and then upload the updated the spreadsheet to the system. Alternatively, you can always use the bulk edit functionality directly in Backstage to make bulk changes.
How to avoid duplicate app users during imports?
While importing new users to your workspace or updating the information for existing users, you may come across a "Duplicate" error. This occurs when a user1 exists already in the workspace, and you have the same user1 in the list of users that you are trying to import.
To update the information for existing users, you should always: Export the XLS > Update the data for the existing users > Import the same XLS, with no new users added.
To add new users to the workspace, to be safe, simply make sure that you are importing a list of new users only, without duplicates.
Tip: Use VLOOKUP or Duplicate Detection rules to compare the Backstage user list to the new user list you want to import, to see if any of the users in Backstage exist in your new list.
NEXT STEP
Continue to the Adding sessions to the workspace agenda.
Comments
0 comments
Please sign in to leave a comment.