By default, when security is enabled, you do not have access to a foreign service integration bus. To grant a user or group access to a foreign bus, use these commands to add them to the Sender or IdentityAdopter role.
To run these commands, use 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
$AdminTask addUserToForeignBusRole
{-bus busName
-foreignBus foreignBusName
-role roleName
-user userName}
$AdminTask addGroupToForeignBusRole
{-bus busName
-foreignBus foreignBusName
-role roleName
-group groupName}
$AdminConfig save