By: Carl Buxbaum user 09 May 2016 at 1:36 p.m. CDT

3 Responses
Carl Buxbaum gravatar
Hi we are getting the following when we execute Scim2Client.retrieveAllPersons: {"totalResults":2,"startIndex":0,"itemsPerPage":0,"Resources":[{"id":"@!EC8C.B7AB.A75F.B11F!0001!A969.2BBC!0000!EA00.1888","externalId":null,"meta":{"created":null,"lastModified":null,"location":"/v2/Users/@!EC8C.B7AB.A75F.B11F!0001!A969.2BBC!0000!EA00.1888","version":null,"attributes":[],"resourceType":"User"},"schemas":["urn:ietf:params:scim:schemas:core:2.0:User"],"userName":"cbuxbaum","name":{"formatted":null,"familyName":"Buxbaum","givenName":"Carl","middleName":null,"honorificPrefix":null,"honorificSuffix":null},"displayName":"Carl Buxbaum","nickName":null,"profileUrl":null,"title":null,"userType":null,"preferredLanguage":null,"locale":null,"timezone":null,"active":null,"password":"Hidden for Privacy Reasons","emails":[],"phoneNumbers":[],"ims":[],"photos":[],"addresses":[],"groups":[],"entitlements":[],"roles":[],"x509Certificates":[]},{"id":"@!EC8C.B7AB.A75F.B11F!0001!A969.2BBC!0000!A8F2.DE1E.D7FB","externalId":null,"meta":{"created":null,"lastModified":null,"location":"/v2/Users/@!EC8C.B7AB.A75F.B11F!0001!A969.2BBC!0000!A8F2.DE1E.D7FB","version":null,"attributes":[],"resourceType":"User"},"schemas":["urn:ietf:params:scim:schemas:core:2.0:User"],"userName":"admin","name":{"formatted":null,"familyName":"User","givenName":"Admin","middleName":null,"honorificPrefix":null,"honorificSuffix":null},"displayName":"Default Admin User","nickName":null,"profileUrl":null,"title":null,"userType":null,"preferredLanguage":null,"locale":null,"timezone":null,"active":null,"password":"Hidden for Privacy Reasons","emails":[],"phoneNumbers":[],"ims":[],"photos":[],"addresses":[],"groups":[{"value":"@!EC8C.B7AB.A75F.B11F!0001!A969.2BBC!0003!60B7","display":"Gluu Manager Group","reference":null,"type":null}],"entitlements":[],"roles":[],"x509Certificates":[]}]} As you can see, none of the multivalue arrays are filled in. Should I not expect stuff like emails to be populated? I just want to know, so I can stop banging my head against a brick wall in vain. I don't even get Nickname, even though I have created that for my user. If this is designed to just give back the basic information, I would like to know that. Additional information: When I exercise Scimn2Client.retrievePerson(uid, MediaType.APPLICATION_JSON); I get the same incomplete result. Thanks, Carl

By Michael Schwartz Account Admin 09 May 2016 at 5:40 p.m. CDT

Michael Schwartz gravatar
What version of the Gluu Server are you using?

By Carl Buxbaum user 10 May 2016 at 8:08 a.m. CDT

Carl Buxbaum gravatar
2.4.3, downloaded last week

By Valentino Pecaoco user 11 May 2016 at 1:02 a.m. CDT

Valentino Pecaoco gravatar
Hi Carl, Could you share your code on how you created the user/s? Thanks, Val