User management
The User Management module provides a preview of all user metadata available on a given app's keyset and lets you:
To start managing your user and membership data, follow these steps:
- Log into the Admin Portal.
- Go to the BizOps Workspace section in the left navigation panel.
- Select User Management.
- Choose an app and a keyset on which you want to manage users.
- If needed, configure your keyset following on-screen instructions.
Create users
Follow these steps to create a user:
-
Once on the main User Management screen, click the Create User icon.
The user creation modal pops up.
-
Fill in the details (only ID is required) and click the Create User button.
The newly created user will appear on the list.
To learn more about the user fields, refer to App Context methods.
Import users
You can test the User Management feature on a set of sample data without the need to manually create users.
If you have access to Insights, you get a preview of user data on your app's keyset even if you don't use App Context to store and manage it.
You can use that data from Insights, and import it to User Management as sample users.
Click the Import from Insights button to get from your app's keyset a maximum of 20 users who published the highest number of messages within the last day that contained the requested data (for example, if no messages were sent yesterday, users will be imported based on data from a day before).
After importing the Insights data, it gets stored in App Context, and user objects appear in User Management. The imported users have:
- The name that is the same as ID imported from Insights
- The
imported
type - The
sent_messages
custom field with the fixed number of messages published at the time of the import (criteria used for importing the top 20 users).
If some of the imported user data is already present in App Context, it gets skipped during the import.
Update users
Follow these steps to update the metadata of an existing user.
-
Click the user entry (any column) or the "More actions" icon next to the user and select View User.
-
Edit the field you want to update and click the Save button.
Delete users
You can delete an existing user in one of the following ways.
Delete single user
Follow these steps from the main User Management view:
- User list
- Actions menu
- User details
-
Select the user to remove and click the Delete button.
-
When a modal pops up, click Confirm.
-
Click the "More actions" icon next to the user and select Delete.
-
When a modal pops up, click Confirm.
-
Click the selected user entry (any column).
-
Click the Delete icon.
-
When a modal pops up, click Confirm.
Delete multiple users
To remove multiple users at once, follow these steps from the main User Management view:
-
Select the users to remove and click the Delete button.
-
When a modal pops up, click Confirm.
Manage membership
Manage user-channel membership from the User Management section.
Add membership
You can create user-channel membership in one of the following ways.
Follow these steps from the main User Management view:
- Actions menu
- Channel details
-
Click the "More actions" icon next to the user and select Assign to Channels.
-
Select the channel on a modal and click the Add button.
-
Click the user entry (any column).
-
Scroll down and click the View Memberships button at the bottom.
-
When the user membership view appears, click Assign to Channels.
-
Select the channel on a modal and click the Add button.
Update membership
Follow these steps to update details on the user-channel membership.
-
Click the user entry (any column).
-
Scroll down and click the View Memberships button at the bottom.
-
Click the channel entry (any column) or the "More actions" icon next to the channel and select View Membership.
-
Update the field(s) and click the Save button.
Delete membership
Follow these steps to remove users from a channel (delete membership).
-
Click the user entry (any column).
-
Scroll down and click the View Memberships button at the bottom.
-
Select the user entry and click the Delete button or select the "More actions" icon next to the given channel and click Delete. Confirm your choice on the pop-up modal.
-
Alternatively, click the channel entry (any column) or the "More actions" icon next to the given channel and select View Membership.
Then, click the Delete button and Confirm when a modal pops up.
Bulk delete
If a user is a member of more than one channel, you can remove multiple memberships at once.
-
Follow the steps 1-2 described in the Delete membership section.
-
Select channel memberships you want to remove and click the Delete button.
-
When a modal pops up, click Confirm.
Filters
You can filter users and their channel membership using the Filters icon on the user and membership list views.
After choosing this option, you can filter users or memberships through all available fields apart from the custom ones. Choose Category, Operator, and Value.
Click Add Field to add additional filtering rows.
This way, you can add multiple filters for different categories.
Advanced filtering
You can also click the Switch to advanced filtering button to add advanced filtering that can include custom fields.
In the modal field, enter the expression using App Context Filtering Language.
For example, to find all users named John
that have the active
status and have Support Agent
as a custom field (Occupancy), enter (name LIKE '*john*') && (status == "active") && (occupancy == "Support Agent")
and press Apply filters.