java.lang.Object
org.wso2.am.integration.clients.admin.api.UsersApi

public class UsersApi extends Object
  • Constructor Details

    • UsersApi

      public UsersApi()
    • UsersApi

      public UsersApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • organizationInformationCall

      public okhttp3.Call organizationInformationCall(ApiCallback _callback) throws ApiException
      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

      public OrganizationInfoDTO organizationInformation() throws ApiException
      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

      public ApiResponse<OrganizationInfoDTO> organizationInformationWithHttpInfo() throws ApiException
      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