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. Use these commands to add users and groups to roles on the topic space root.
The commands described in this topic are all run using the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.
wsadmin> $AdminTask help SIBAdminCommands
wsadmin> $AdminTask help command_name
To add users and groups to roles on the topic space root, you 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