Whitelist mode is used to restrict which users can create new spaces.

In the Dashboard's global configuration, set the create space policy to "Whitelist Mode" (whitelist).
Enter allowed user IDs line by line in the whitelist text box, for example:
Configuration changes take effect immediately without restarting the server.
In vocespace.conf.json, the whitelist configuration is as follows:
| Field | Description |
|---|---|
| create_space | Create space policy, set to whitelist to enable whitelist mode |
| whiteList | Array of user IDs allowed to create spaces |
| Policy | Value | Description |
|---|---|---|
| All Users | all |
Any user can create new spaces |
| Authenticated Only | authenticated |
Only authenticated users can create new spaces |
| Whitelist Mode | whitelist |
Only users in the whitelist can create new spaces |
| Disabled | none |
Disable new space creation |