RemoveUserFromRole

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

TIBCO MFT Internet Server roles define the rights that a TIBCO MFT Internet Server user has to perform file transfers and administrative functions. To use the RemoveUserFromRole command, the user must have UpdateTransferUserRight, refer to the AddUserToRole section to get a list of the supported roles.

Parameter Description Default Required
RoleID Defines 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 Defines 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

The command below removes user mftuser1 from the UpdateTransferDefinitionRight role.

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