7 #import <kerio/web/idl/SharedStructures.idl>
18 UserReferenceList members;
21 typedef sequence<UserGroup> UserGroupList;
36 void get(out UserGroupList list, out
long totalItems, in
kerio::web::SearchQuery query, in kerio::web::KId domainId);
53 void create(out kerio::web::ErrorList errors, out kerio::web::CreateResultList result, in UserGroupList groups, in kerio::web::KId domainId);
69 void set(out kerio::web::ErrorList errors, in kerio::web::StringList groupIds, in
UserGroup details, in kerio::web::KId domainId);
83 void remove(out kerio::web::ErrorList errors, in kerio::web::StringList groupIds, in kerio::web::KId domainId);
Definition: SharedStructures.idl:139
API for Kerio Control Users.
Definition: UserGroups.idl:12
Definition: Accounting.idl:11
Definition: UserGroups.idl:23