admin
group add "test";
mentdb
Group added with successful.
admin
group exist "test"
mentdb
1
admin
group grant user "admin" "test";
mentdb
User granted with successful.
admin
script create post "addition" false 1 (param (var "[v1]" {type is_double [v1]} "description ..." is_null:true is_empty:true "example ...") (var "[v2]" {type is_double [v2]} "description ..." is_null:true is_empty:true "example ...") ) "description ..." { + [v1] [v2]; } "Return ..."; group grant script "addition.post" "test"
mentdb
Script granted with successful.
admin
group grant_all script "addition." "test";
mentdb
Scripts granted with successful.
admin
group ungrant_all script "addition." "test";
mentdb
Scripts ungranted with successful.
admin
group is granted user "admin" "test"
mentdb
1
admin
group is granted script "addition.post" "test"
mentdb
1
admin
group get "test"
mentdb
{ "c": "admin", "k": "test", "scripts": { "addition.post": 0 }, "users": { "admin": 0 } }
admin
group get user "test"
mentdb
{ "admin": 0 }
admin
group get script "test"
mentdb
{ "addition.post": 0 }
admin
group show
mentdb
{ "app": 0, "luc-yann": 0, "lib": 0, "test": 0, "luc-yann2": 0, "ai": 0, "admin": 0, "cm": 0, "sys": 0, "sample": 0, "api-mql": 0, "api-rest": 0, "bob2": 0, "public": 0, "bob": 0, "api-ai": 0, "mentdb": 0 }
admin
group ungrant user "admin" "test";
mentdb
User ungranted with successful.
admin
group ungrant script "addition.post" "test";
mentdb
Script ungranted with successful.
admin
group remove "test";
mentdb
Group removed with successful.