The current SOAP API only allows you to return Users and Groups without "extra" attributes, the current SOAP API needs the addition of two methods
SOAPPrincipal findPrincipalWithAttributesByName(Token token, String name); SOAPGroup findGroupWithAttributesByName(Token token, String name);
This was the default behaviour prior to 2.0
[CWD-1672] Add ability to return User and Groups in the current SecurityServerClient "with attributes"
Workflow | Original: JAC Suggestion Workflow [ 3388473 ] | New: JAC Suggestion Workflow 3 [ 3630500 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1391413 ] | New: JAC Suggestion Workflow [ 3388473 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Crowd Development Workflow v2 [ 272207 ] | New: Simplified Crowd Development Workflow v2 [ 1391413 ] |
Workflow | Original: Feature Request Workflow [ 182202 ] | New: Crowd Development Workflow v2 [ 272207 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Short Term Roadmap [ 10032 ] | New: Open [ 1 ] |
Will this also apply to the REST API as well (i.e., returning all attributes as part of "User Information" call)?