You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several UserService operations are missing or not implemented in the cids-server-rest API:
changePassword: missing in Users API.
getUserGroupNames: maps to get /users/roles in REST API which is not implemented
getUserGroupNames(String userName, String lsHome) domain / authorization string parameters are not available in get /users/roles request
hasConfigAttr(final User user, final String key) missing in Users API.
getConfigAttr(final User user, final String key) partially maps to get /configattributes in configAttributesAPI (user/authorization string missing) and is not implemented
Workaround: Calls to these operations are currently delegated in PureRESTfulConnection via RESTfulSerialInterfaceConnector to a cids legacy rest server instance.
The text was updated successfully, but these errors were encountered:
Several
UserService
operations are missing or not implemented in the cids-server-rest API:Workaround: Calls to these operations are currently delegated in
PureRESTfulConnection
viaRESTfulSerialInterfaceConnector
to a cids legacy rest server instance.The text was updated successfully, but these errors were encountered: