Library to define users and groups for fullsync replication filtering
For more technical informations : documentation
-
In your Convertigo Studio use
File->Import->Convertigo->Convertigo Projectand hit theNextbutton -
In the dialog
Project remote URLfield, paste the text below:Usage Click the copy button To contribute lib_FullSyncGrp=https://github.com/convertigo/c8oprj-lib-fullsync-grp.git:branch=8.0.0To simply use lib_FullSyncGrp=https://github.com/convertigo/c8oprj-lib-fullsync-grp/archive/8.0.0.zip -
Click the
Finishbutton. This will automatically import the lib_FullSyncGrp project
list all groups
list groups of a user
variables
| name | comment |
|---|---|
| user |
variables
| name | comment |
|---|---|
| group |
remove a user from a group
variables
| name | comment |
|---|---|
| group | |
| user |
Bulk remove of 1,n users to 1,n groups
variables
| name | comment |
|---|---|
| groups | Array groups -- should be stringified from front-end |
| users | Array users -- should be stringified from front-end |
add a user to a group
variables
| name | comment |
|---|---|
| group | |
| user |
add a user to a group
variables
| name | comment |
|---|---|
| bulkOBj |
Bulk add of 1,n users to 1,n groups
variables
| name | comment |
|---|---|
| groups | Array groups -- should be stringified from front-end |
| users | Array users -- should be stringified from front-end |
variables
| name | comment |
|---|---|
| new_group_name | |
| old_group_name |
list all users
list users of a group
variables
| name | comment |
|---|---|
| group |