Class OrganizationApi

java.lang.Object
com.mypurecloud.sdk.v2.api.OrganizationApi

public class OrganizationApi extends Object
  • Constructor Details

    • OrganizationApi

      public OrganizationApi()
    • OrganizationApi

      public OrganizationApi(ApiClient apiClient)
  • Method Details

    • getFieldconfig

      public FieldConfig getFieldconfig(String type) throws IOException, ApiException
      Deprecated.
      Fetch field config for an entity type
      Parameters:
      type - Field type (required)
      Returns:
      FieldConfig
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getFieldconfigWithHttpInfo

      public ApiResponse<FieldConfig> getFieldconfigWithHttpInfo(String type) throws IOException
      Deprecated.
      Fetch field config for an entity type
      Parameters:
      type - Field type (required)
      Returns:
      FieldConfig
      Throws:
      IOException - if the request fails to be processed
    • getFieldconfig

      public FieldConfig getFieldconfig(GetFieldconfigRequest request) throws IOException, ApiException
      Deprecated.
      Fetch field config for an entity type
      Parameters:
      request - The request object
      Returns:
      FieldConfig
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getFieldconfig

      public ApiResponse<FieldConfig> getFieldconfig(ApiRequest<Void> request) throws IOException
      Deprecated.
      Fetch field config for an entity type
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsAuthenticationSettings

      public OrgAuthSettings getOrganizationsAuthenticationSettings() throws IOException, ApiException
      Gets the organization's settings
      Returns:
      OrgAuthSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsAuthenticationSettingsWithHttpInfo

      public ApiResponse<OrgAuthSettings> getOrganizationsAuthenticationSettingsWithHttpInfo() throws IOException
      Gets the organization's settings
      Returns:
      OrgAuthSettings
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsAuthenticationSettings

      public OrgAuthSettings getOrganizationsAuthenticationSettings(GetOrganizationsAuthenticationSettingsRequest request) throws IOException, ApiException
      Gets the organization's settings
      Parameters:
      request - The request object
      Returns:
      OrgAuthSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsAuthenticationSettings

      public ApiResponse<OrgAuthSettings> getOrganizationsAuthenticationSettings(ApiRequest<Void> request) throws IOException
      Gets the organization's settings
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsEmbeddedintegration

      public EmbeddedIntegration getOrganizationsEmbeddedintegration() throws IOException, ApiException
      Deprecated.
      Get the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      EmbeddedIntegration
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsEmbeddedintegrationWithHttpInfo

      public ApiResponse<EmbeddedIntegration> getOrganizationsEmbeddedintegrationWithHttpInfo() throws IOException
      Deprecated.
      Get the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      EmbeddedIntegration
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsEmbeddedintegration

      public EmbeddedIntegration getOrganizationsEmbeddedintegration(GetOrganizationsEmbeddedintegrationRequest request) throws IOException, ApiException
      Deprecated.
      Get the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      EmbeddedIntegration
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsEmbeddedintegration

      public ApiResponse<EmbeddedIntegration> getOrganizationsEmbeddedintegration(ApiRequest<Void> request) throws IOException
      Deprecated.
      Get the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsIpaddressauthentication

      public IpAddressAuthentication getOrganizationsIpaddressauthentication() throws IOException, ApiException
      Deprecated.
      Get organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      IpAddressAuthentication
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsIpaddressauthenticationWithHttpInfo

      public ApiResponse<IpAddressAuthentication> getOrganizationsIpaddressauthenticationWithHttpInfo() throws IOException
      Deprecated.
      Get organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      IpAddressAuthentication
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsIpaddressauthentication

      public IpAddressAuthentication getOrganizationsIpaddressauthentication(GetOrganizationsIpaddressauthenticationRequest request) throws IOException, ApiException
      Deprecated.
      Get organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      IpAddressAuthentication
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsIpaddressauthentication

      public ApiResponse<IpAddressAuthentication> getOrganizationsIpaddressauthentication(ApiRequest<Void> request) throws IOException
      Deprecated.
      Get organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequest

      public LimitChangeRequestDetails getOrganizationsLimitsChangerequest(String requestId) throws IOException, ApiException
      Get a limit change request
      Parameters:
      requestId - Unique id for the limit change request (required)
      Returns:
      LimitChangeRequestDetails
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequestWithHttpInfo

      public ApiResponse<LimitChangeRequestDetails> getOrganizationsLimitsChangerequestWithHttpInfo(String requestId) throws IOException
      Get a limit change request
      Parameters:
      requestId - Unique id for the limit change request (required)
      Returns:
      LimitChangeRequestDetails
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequest

      public LimitChangeRequestDetails getOrganizationsLimitsChangerequest(GetOrganizationsLimitsChangerequestRequest request) throws IOException, ApiException
      Get a limit change request
      Parameters:
      request - The request object
      Returns:
      LimitChangeRequestDetails
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequest

      public ApiResponse<LimitChangeRequestDetails> getOrganizationsLimitsChangerequest(ApiRequest<Void> request) throws IOException
      Get a limit change request
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequests

      public LimitChangeRequestsEntityListing getOrganizationsLimitsChangerequests(Long after, Long before, String status, Integer pageSize, List<String> expand) throws IOException, ApiException
      Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.
      Parameters:
      after - Timestamp indicating the date to begin after when searching for requests. (optional)
      before - Timestamp indicating the date to end before when searching for requests. (optional)
      status - Status of the request to be filtered by (optional)
      pageSize - Page Size (optional, default to 25)
      expand - Which fields, if any, to expand. (optional)
      Returns:
      LimitChangeRequestsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequestsWithHttpInfo

      public ApiResponse<LimitChangeRequestsEntityListing> getOrganizationsLimitsChangerequestsWithHttpInfo(Long after, Long before, String status, Integer pageSize, List<String> expand) throws IOException
      Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.
      Parameters:
      after - Timestamp indicating the date to begin after when searching for requests. (optional)
      before - Timestamp indicating the date to end before when searching for requests. (optional)
      status - Status of the request to be filtered by (optional)
      pageSize - Page Size (optional, default to 25)
      expand - Which fields, if any, to expand. (optional)
      Returns:
      LimitChangeRequestsEntityListing
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequests

      public LimitChangeRequestsEntityListing getOrganizationsLimitsChangerequests(GetOrganizationsLimitsChangerequestsRequest request) throws IOException, ApiException
      Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.
      Parameters:
      request - The request object
      Returns:
      LimitChangeRequestsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsChangerequests

      public ApiResponse<LimitChangeRequestsEntityListing> getOrganizationsLimitsChangerequests(ApiRequest<Void> request) throws IOException
      Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocs

      public LimitDocumentation getOrganizationsLimitsDocs() throws IOException, ApiException
      Get limit documentation
      Returns:
      LimitDocumentation
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocsWithHttpInfo

      public ApiResponse<LimitDocumentation> getOrganizationsLimitsDocsWithHttpInfo() throws IOException
      Get limit documentation
      Returns:
      LimitDocumentation
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocs

      public LimitDocumentation getOrganizationsLimitsDocs(GetOrganizationsLimitsDocsRequest request) throws IOException, ApiException
      Get limit documentation
      Parameters:
      request - The request object
      Returns:
      LimitDocumentation
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocs

      public ApiResponse<LimitDocumentation> getOrganizationsLimitsDocs(ApiRequest<Void> request) throws IOException
      Get limit documentation
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocsFreetrial

      public FreeTrialLimitDocs getOrganizationsLimitsDocsFreetrial() throws IOException, ApiException
      Get free trial limit documentation
      Returns:
      FreeTrialLimitDocs
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocsFreetrialWithHttpInfo

      public ApiResponse<FreeTrialLimitDocs> getOrganizationsLimitsDocsFreetrialWithHttpInfo() throws IOException
      Get free trial limit documentation
      Returns:
      FreeTrialLimitDocs
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocsFreetrial

      public FreeTrialLimitDocs getOrganizationsLimitsDocsFreetrial(GetOrganizationsLimitsDocsFreetrialRequest request) throws IOException, ApiException
      Get free trial limit documentation
      Parameters:
      request - The request object
      Returns:
      FreeTrialLimitDocs
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsDocsFreetrial

      public ApiResponse<FreeTrialLimitDocs> getOrganizationsLimitsDocsFreetrial(ApiRequest<Void> request) throws IOException
      Get free trial limit documentation
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespace

      public LimitsEntityListing getOrganizationsLimitsNamespace(String namespaceName) throws IOException, ApiException
      Get the effective limits in a namespace for an organization
      Parameters:
      namespaceName - The namespace to fetch limits for (required)
      Returns:
      LimitsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaceWithHttpInfo

      public ApiResponse<LimitsEntityListing> getOrganizationsLimitsNamespaceWithHttpInfo(String namespaceName) throws IOException
      Get the effective limits in a namespace for an organization
      Parameters:
      namespaceName - The namespace to fetch limits for (required)
      Returns:
      LimitsEntityListing
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespace

      public LimitsEntityListing getOrganizationsLimitsNamespace(GetOrganizationsLimitsNamespaceRequest request) throws IOException, ApiException
      Get the effective limits in a namespace for an organization
      Parameters:
      request - The request object
      Returns:
      LimitsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespace

      public ApiResponse<LimitsEntityListing> getOrganizationsLimitsNamespace(ApiRequest<Void> request) throws IOException
      Get the effective limits in a namespace for an organization
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaceDefaults

      public LimitsEntityListing getOrganizationsLimitsNamespaceDefaults(String namespaceName) throws IOException, ApiException
      Get the default limits in a namespace for an organization
      Parameters:
      namespaceName - The namespace to fetch defaults limits for (required)
      Returns:
      LimitsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaceDefaultsWithHttpInfo

      public ApiResponse<LimitsEntityListing> getOrganizationsLimitsNamespaceDefaultsWithHttpInfo(String namespaceName) throws IOException
      Get the default limits in a namespace for an organization
      Parameters:
      namespaceName - The namespace to fetch defaults limits for (required)
      Returns:
      LimitsEntityListing
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaceDefaults

      public LimitsEntityListing getOrganizationsLimitsNamespaceDefaults(GetOrganizationsLimitsNamespaceDefaultsRequest request) throws IOException, ApiException
      Get the default limits in a namespace for an organization
      Parameters:
      request - The request object
      Returns:
      LimitsEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaceDefaults

      public ApiResponse<LimitsEntityListing> getOrganizationsLimitsNamespaceDefaults(ApiRequest<Void> request) throws IOException
      Get the default limits in a namespace for an organization
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaces

      public Object getOrganizationsLimitsNamespaces(Integer pageSize, Integer pageNumber) throws IOException, ApiException
      Get the available limit namespaces
      Parameters:
      pageSize - Page size (optional, default to 100)
      pageNumber - Page number (optional, default to 1)
      Returns:
      Object
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespacesWithHttpInfo

      public ApiResponse<Object> getOrganizationsLimitsNamespacesWithHttpInfo(Integer pageSize, Integer pageNumber) throws IOException
      Get the available limit namespaces
      Parameters:
      pageSize - Page size (optional, default to 100)
      pageNumber - Page number (optional, default to 1)
      Returns:
      Object
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaces

      public Object getOrganizationsLimitsNamespaces(GetOrganizationsLimitsNamespacesRequest request) throws IOException, ApiException
      Get the available limit namespaces
      Parameters:
      request - The request object
      Returns:
      Object
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsLimitsNamespaces

      public ApiResponse<Object> getOrganizationsLimitsNamespaces(ApiRequest<Void> request) throws IOException
      Get the available limit namespaces
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsMe

      public Organization getOrganizationsMe() throws IOException, ApiException
      Get organization.
      Returns:
      Organization
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsMeWithHttpInfo

      public ApiResponse<Organization> getOrganizationsMeWithHttpInfo() throws IOException
      Get organization.
      Returns:
      Organization
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsMe

      public Organization getOrganizationsMe(GetOrganizationsMeRequest request) throws IOException, ApiException
      Get organization.
      Parameters:
      request - The request object
      Returns:
      Organization
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsMe

      public ApiResponse<Organization> getOrganizationsMe(ApiRequest<Void> request) throws IOException
      Get organization.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsWhitelist

      public OrgWhitelistSettings getOrganizationsWhitelist() throws IOException, ApiException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      OrgWhitelistSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsWhitelistWithHttpInfo

      public ApiResponse<OrgWhitelistSettings> getOrganizationsWhitelistWithHttpInfo() throws IOException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Returns:
      OrgWhitelistSettings
      Throws:
      IOException - if the request fails to be processed
    • getOrganizationsWhitelist

      public OrgWhitelistSettings getOrganizationsWhitelist(GetOrganizationsWhitelistRequest request) throws IOException, ApiException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      OrgWhitelistSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getOrganizationsWhitelist

      public ApiResponse<OrgWhitelistSettings> getOrganizationsWhitelist(ApiRequest<Void> request) throws IOException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • patchOrganizationsAuthenticationSettings

      public OrgAuthSettings patchOrganizationsAuthenticationSettings(OrgAuthSettings body) throws IOException, ApiException
      Update the organization's settings
      Parameters:
      body - Org settings (required)
      Returns:
      OrgAuthSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • patchOrganizationsAuthenticationSettingsWithHttpInfo

      public ApiResponse<OrgAuthSettings> patchOrganizationsAuthenticationSettingsWithHttpInfo(OrgAuthSettings body) throws IOException
      Update the organization's settings
      Parameters:
      body - Org settings (required)
      Returns:
      OrgAuthSettings
      Throws:
      IOException - if the request fails to be processed
    • patchOrganizationsAuthenticationSettings

      public OrgAuthSettings patchOrganizationsAuthenticationSettings(PatchOrganizationsAuthenticationSettingsRequest request) throws IOException, ApiException
      Update the organization's settings
      Parameters:
      request - The request object
      Returns:
      OrgAuthSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • patchOrganizationsAuthenticationSettings

      public ApiResponse<OrgAuthSettings> patchOrganizationsAuthenticationSettings(ApiRequest<OrgAuthSettings> request) throws IOException
      Update the organization's settings
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • patchOrganizationsFeature

      public OrganizationFeatures patchOrganizationsFeature(String featureName, FeatureState enabled) throws IOException, ApiException
      Update organization
      Parameters:
      featureName - Organization feature (required)
      enabled - New state of feature (required)
      Returns:
      OrganizationFeatures
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • patchOrganizationsFeatureWithHttpInfo

      public ApiResponse<OrganizationFeatures> patchOrganizationsFeatureWithHttpInfo(String featureName, FeatureState enabled) throws IOException
      Update organization
      Parameters:
      featureName - Organization feature (required)
      enabled - New state of feature (required)
      Returns:
      OrganizationFeatures
      Throws:
      IOException - if the request fails to be processed
    • patchOrganizationsFeature

      public OrganizationFeatures patchOrganizationsFeature(PatchOrganizationsFeatureRequest request) throws IOException, ApiException
      Update organization
      Parameters:
      request - The request object
      Returns:
      OrganizationFeatures
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • patchOrganizationsFeature

      public ApiResponse<OrganizationFeatures> patchOrganizationsFeature(ApiRequest<FeatureState> request) throws IOException
      Update organization
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsEmbeddedintegration

      public EmbeddedIntegration putOrganizationsEmbeddedintegration(EmbeddedIntegration body) throws IOException, ApiException
      Deprecated.
      Update the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - Whitelist settings (required)
      Returns:
      EmbeddedIntegration
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsEmbeddedintegrationWithHttpInfo

      public ApiResponse<EmbeddedIntegration> putOrganizationsEmbeddedintegrationWithHttpInfo(EmbeddedIntegration body) throws IOException
      Deprecated.
      Update the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - Whitelist settings (required)
      Returns:
      EmbeddedIntegration
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsEmbeddedintegration

      public EmbeddedIntegration putOrganizationsEmbeddedintegration(PutOrganizationsEmbeddedintegrationRequest request) throws IOException, ApiException
      Deprecated.
      Update the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      EmbeddedIntegration
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsEmbeddedintegration

      public ApiResponse<EmbeddedIntegration> putOrganizationsEmbeddedintegration(ApiRequest<EmbeddedIntegration> request) throws IOException
      Deprecated.
      Update the list of domains that will be allowed to embed PureCloud applications This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsIpaddressauthentication

      public IpAddressAuthentication putOrganizationsIpaddressauthentication(IpAddressAuthentication body) throws IOException, ApiException
      Deprecated.
      Update organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - IP address Whitelist settings (required)
      Returns:
      IpAddressAuthentication
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsIpaddressauthenticationWithHttpInfo

      public ApiResponse<IpAddressAuthentication> putOrganizationsIpaddressauthenticationWithHttpInfo(IpAddressAuthentication body) throws IOException
      Deprecated.
      Update organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - IP address Whitelist settings (required)
      Returns:
      IpAddressAuthentication
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsIpaddressauthentication

      public IpAddressAuthentication putOrganizationsIpaddressauthentication(PutOrganizationsIpaddressauthenticationRequest request) throws IOException, ApiException
      Deprecated.
      Update organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      IpAddressAuthentication
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsIpaddressauthentication

      public ApiResponse<IpAddressAuthentication> putOrganizationsIpaddressauthentication(ApiRequest<IpAddressAuthentication> request) throws IOException
      Deprecated.
      Update organization IP address whitelist settings This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsMe

      public Organization putOrganizationsMe(Organization body) throws IOException, ApiException
      Update organization.
      Parameters:
      body - Organization (optional)
      Returns:
      Organization
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsMeWithHttpInfo

      public ApiResponse<Organization> putOrganizationsMeWithHttpInfo(Organization body) throws IOException
      Update organization.
      Parameters:
      body - Organization (optional)
      Returns:
      Organization
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsMe

      public Organization putOrganizationsMe(PutOrganizationsMeRequest request) throws IOException, ApiException
      Update organization.
      Parameters:
      request - The request object
      Returns:
      Organization
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsMe

      public ApiResponse<Organization> putOrganizationsMe(ApiRequest<Organization> request) throws IOException
      Update organization.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsWhitelist

      public OrgWhitelistSettings putOrganizationsWhitelist(OrgWhitelistSettings body) throws IOException, ApiException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - Whitelist settings (required)
      Returns:
      OrgWhitelistSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsWhitelistWithHttpInfo

      public ApiResponse<OrgWhitelistSettings> putOrganizationsWhitelistWithHttpInfo(OrgWhitelistSettings body) throws IOException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      body - Whitelist settings (required)
      Returns:
      OrgWhitelistSettings
      Throws:
      IOException - if the request fails to be processed
    • putOrganizationsWhitelist

      public OrgWhitelistSettings putOrganizationsWhitelist(PutOrganizationsWhitelistRequest request) throws IOException, ApiException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      OrgWhitelistSettings
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putOrganizationsWhitelist

      public ApiResponse<OrgWhitelistSettings> putOrganizationsWhitelist(ApiRequest<OrgWhitelistSettings> request) throws IOException
      Deprecated.
      This route is deprecated, please use /api/v2/organizations/authentication/settings instead
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed