Skip to content

convertigo/c8oprj-lib-fullsync-grp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib_FullSyncGrp

Library to define users and groups for fullsync replication filtering

For more technical informations : documentation

Installation

  1. In your Convertigo Studio use File->Import->Convertigo->Convertigo Project and hit the Next button

  2. In the dialog Project remote URL field, paste the text below:

    UsageClick the copy button
    To contribute
    lib_FullSyncGrp=https://github.com/convertigo/c8oprj-lib-fullsync-grp.git:branch=8.0.0
    
    To simply use
    lib_FullSyncGrp=https://github.com/convertigo/c8oprj-lib-fullsync-grp/archive/8.0.0.zip
    
  3. Click the Finish button. This will automatically import the lib_FullSyncGrp project

Sequences

Groups

list all groups

GroupsOf

list groups of a user

variables

namecomment
user

RemoveGroup

variables

namecomment
group

RemoveUserFromGroup

remove a user from a group

variables

namecomment
group
user

SetUserInGroup

add a user to a group

variables

namecomment
group
user

SetUserInGroupBulk

add a user to a group

variables

namecomment
bulkOBj

UpdateGroup

variables

namecomment
new_group_name
old_group_name

Users

list all users

UsersOf

list users of a group

variables

namecomment
group