401 | Error response due to missing auth cookie. | - |
+
+ */
+ public okhttp3.Call getUserRepresentedGroupCall(String userId, final ApiCallback _callback) throws ApiException {
+ String basePath = null;
+ // Operation Servers
+ String[] localBasePaths = new String[] { };
+
+ // Determine Base Path to Use
+ if (localCustomBaseUrl != null){
+ basePath = localCustomBaseUrl;
+ } else if ( localBasePaths.length > 0 ) {
+ basePath = localBasePaths[localHostIndex];
+ } else {
+ basePath = null;
+ }
+
+ Object localVarPostBody = null;
+
+ // create path and map variables
+ String localVarPath = "/users/{userId}/groups/represented"
+ .replace("{" + "userId" + "}", localVarApiClient.escapeString(userId.toString()));
+
+ List