RemoveUserFromRole

The RemoveUserFromRole command action is used to remove a user from an TIBCO MFT Command Center role.

The TIBCO MFT Command Center roles define the rights that an TIBCO MFT Command Center user has to perform file transfers and administrative functions.

To use the RemoveUserFromRole action command, you must have UpdateTransferUserRight. For more information on this right, see AddUserToRole.

Parameter Description Default Required
RoleId Specifies the 1 to 64 character role name. This is the name of the role that you want to remove the user rights to. None Yes
UserId Specifies the 1 to 64 character user ID. This is the name of the user that you want to remove rights from a role. None Yes

Sample RemoveUserFromRole Command

This command removes the user mftuser1 from the UpdateTransferDefinitionRight role.

java cfcc.CFAdmin a:RemoveUserFromRole UserId:mftuser1 RoleId:TransferRight