Class UsersApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.UsersApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Organization information of the user Using this operation, logged-in user can get their organization information.okhttp3.CallGet the Organization information of the user (asynchronously) Using this operation, logged-in user can get their organization information.okhttp3.CallorganizationInformationCall(ApiCallback _callback) Build call for organizationInformationGet the Organization information of the user Using this operation, logged-in user can get their organization information.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
UsersApi
public UsersApi() -
UsersApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
organizationInformationCall
Build call for organizationInformation- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
organizationInformation
Get the Organization information of the user Using this operation, logged-in user can get their organization information.- Returns:
- OrganizationInfoDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationInformationWithHttpInfo
Get the Organization information of the user Using this operation, logged-in user can get their organization information.- Returns:
- ApiResponse<OrganizationInfoDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationInformationAsync
public okhttp3.Call organizationInformationAsync(ApiCallback<OrganizationInfoDTO> _callback) throws ApiException Get the Organization information of the user (asynchronously) Using this operation, logged-in user can get their organization information.- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-