User Management
User Management
From user management, you can check the list of your app users, create specific tags for your users, and manage your blacklist.
Manage App Users
To manage your app users, from the admin menu, click on Users.
You will be prompted with the following screen that shows you a list of all your users.
You can sort your users by Active users and Banned users.
You can also search by name or Login ID.
Editing User's Privileges
To edit the privileges of a user, click on this button next to the user.
You will be prompted with the following screen.
Assigning User Roles
To add a role to the user, click add role.
You can then choose the user to become a member or an admin in either a group, channel, event, or booking.
You can change a role of a user, hover over the role that you want to change and click edit.
You can choose from the following roles.
User Roles on the Web
Privileges | Owner | Super Admin | Admin | Moderator | Advertiser | Analyst | Editor |
---|---|---|---|---|---|---|---|
Edit Events | ✔ | ✔ | ✔ | ✔ | ✔ | ||
List Events | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
Delete Events | ✔ | ✔ | ✔ | ✔ | ✔ | ||
Campaigns | ✔ | ✔ | ✔ | ✔ | |||
Coupons | ✔ | ✔ | ✔ | ✔ | |||
Edit Bookings | ✔ | ✔ | ✔ | ||||
List Bookings | ✔ | ✔ | ✔ | ✔ | |||
Edit Members (Roles & Tags) | ✔ | ✔ | ✔ | ✔ | |||
Edit or Dismiss Admin | ✔ | ✔ | |||||
Edit or Dismiss Super Admin | ✔ | ||||||
Invite Admin | ✔ | ✔ | |||||
Invite Super Admin | ✔ | ✔ | |||||
Tags & Memberships | ✔ | ✔ | ✔ | ✔ | |||
View List of Chat Groups | ✔ | ✔ | ✔ | ✔ | |||
Edit Chat Groups | ✔ | ✔ | ✔ | ||||
Change Password | ✔ | ✔ | ✔ | ||||
View & Edit Design App | ✔ | ||||||
View List of Channels | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Create & Edit Channels | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Posts | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
Billing | ✔ | ||||||
Bulk Upload | ✔ | ||||||
APIs & Integrations | ✔ | ||||||
List Calendars | ✔ | ✔ | ✔ | ||||
Edit Calendars | ✔ | ✔ | ✔ | ✔ | |||
Orders | ✔ | ✔ | ✔ | ||||
List mStores | ✔ | ✔ | ✔ | ✔ | |||
Edit mStores | ✔ | ✔ | ✔ | ✔ | |||
Blacklist | ✔ | ✔ | ✔ | ✔ | |||
Whitelist | ✔ | ✔ | ✔ | ✔ | |||
Locations | ✔ | ✔ | ✔ | ✔ | |||
Dashboard | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
User Roles on the Mobile
Privileges | Super Admin | Admin |
---|---|---|
Device Access (Mobile) | ✔ | ✔ |
Device Access (Web) | ✔ | ✔ |
Edit messages of others | ✔ | ✔ |
Delete messages of others | ✔ | ✔ |
Invite admins | ✔ | |
Change channel info | ✔ | |
Edit admin privileges | ✔ | |
Remove participants | ✔ | ✔ |
Ban participants | ✔ |
You can find the user's information here.
Create New Tags
1.) From the side menu, click tags.
2.) Click create.
3.) Enter the tag name and the tag description and choose whether you want it to be a private tag or not, and then click save.
4.) Then you can add users to this tag, and from the side menu, click users.
5.) Choose a user and click edit.
6.) Click add a tag.
7.) Select the tag name and click add.
8.) Then save.
Deleting & Banning Users
To delete or ban a user, click on the delete button.
You also have the option to ban the user.
Blacklist
Users that are blacklisted will be prohibited from accessing the app.
Adding Users to the Blacklist
From the side menu, click blacklist.
You will be prompted with this screen.
You can add users by signup ID or via a pattern.
Adding Users Via Signup ID
Click on add new by signup ID.
Enter the user Signup ID and click Add, the user will be added to the blacklist.
Creating Blacklist Patterns
Blacklist patterns allow the system to recognize specific patterns in the signup ID and automatically add them to the blacklist.
To create blacklist patterns, click add new by patterns.
You will be prompted with the following screen.
Select the pattern parameter, enter the pattern, and then provide an example.
Notice that you can choose the pattern of identification from:
- Start with: The system will identify the start of the signup ID and if it matches the pattern you specify, the user will be blacklisted.
For example:
If you specify the pattern to be the word 'oat', that means that any signup ID beginning with the word 'oat' will be automatically blacklisted.
-
Ends with: The system will identify the end of the signup ID and if it matches the pattern you specify, the user will be blacklisted.
For example:
If you specify the pattern to be the domain '@xyz.com', that means that any signup ID ending with the domain '@xyz.com' will be automatically blacklisted.
Contains: The system will identify the signup ID and if the pattern you specified is in the signup ID, the user will be blacklisted.
For example:
If you specify the pattern to be the word 'oat', that means that any signup ID containing the word 'oat' will be automatically blacklisted.
Regular Expression: A regular expression is a pattern that matches multiple characters.
For example:
The regular expression '/d' means that if the signup ID contains any number, it will be blacklisted.
You can find many more regular expressions online.
Updated 9 days ago