Get group issue and Java Client incomplete

Hi, Java Client Library 2.3 for the Nuxeo Platform REST APIs documentation about users/groups have reference only to CRUD operations of both entities and ADD user to group operation, but there's not references about rest of operations like 'remove user from group', 'add group to group', remove group from group', 'fetch group to user', when entities have lists prepared for that pourpose. I had to use API REST calls directly to implement this behavior.

In this scenario, I found that GET group operation did not return correctly the list of users neither the list of groups (always returns null). Taking a look in the code, I observed that this attributes have no '@JsonProperty' annotation like groupName or groupLabel in group.java file.

thanks,

1 votes

1 answers

1713 views

ANSWER



I have the same problem! Any help?

0 votes