bz_getGroupList()
Available since 2.4.0
Get a list of loaded user groups on the server.
When you're done with the list, be sure to free the allocated memory with bz_deleteStringList().
Usage
bz_APIStringList* bz_getGroupList()
Returns
bz_APIStringList* - A pointer to a string list containing the names of the loaded groups
Other Group Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!