cancel
Showing results for 
Search instead for 
Did you mean: 

Get group issue and Java Client incomplete

Diego_Rego_Fern
Champ in-the-making
Champ in-the-making

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 REPLY 1

Paul_Smith
Champ on-the-rise
Champ on-the-rise

I have the same problem! Any help?