| accountFrom | 参数0 | 可选 | String | |
| sourceUserId | 参数1 | 可选 | Long | |
| targetUserId | 参数2 | 可选 | Long |
sdk.PermissionApi().copyPermissionByUserId({
accountFrom:"" ,
sourceUserId:"" ,
targetUserId:""
}).then(function(result) {
alert("success");
}
);