Hi everyone!
I want additional permissions(such B) to group,but i don't know what are the original permissions(such A) of this group,I hope the permissions after the update are ( A + B),but if I use Usergroup.update, the permissions become A ,it lost B ,Who can help me ,thanks very much !
how can I get the permissions A ?
I want additional permissions(such B) to group,but i don't know what are the original permissions(such A) of this group,I hope the permissions after the update are ( A + B),but if I use Usergroup.update, the permissions become A ,it lost B ,Who can help me ,thanks very much !
| Group | permissions | |
| now | G | A |
| i wash | G | A+B |
Code:
body:
{
"jsonrpc": "2.0",
"method": "usergroup.update",
"params": {
"usrgrpid": "29",
"rights": {
"id": "470",
"permission": "3"
}
},
"auth": "2eba49ad11332c6706eb4e1ae7a0d982", "id": 1}
Comment