Use these commands in wsadmin to add users and groups to roles on the topic space root.
As well as having permission to access the relevant topics, a user or group must also have permission to access the topic space to which these topics belong. To give a user or group the required permission, you must assign them to one of the following roles on the topic space:
$AdminTask addUserToTopicSpaceRootRole
{-bus busName
-topicSpace topicSpaceName
-role roleName
-user userName}
$AdminTask addGroupToTopicSpaceRootRole
{-bus busName
-topicSpace topicSpaceName
-role roleName
-group groupName}
$AdminConfig save