Package com.mypurecloud.sdk.v2.api
Class OrganizationApi
java.lang.Object
com.mypurecloud.sdk.v2.api.OrganizationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFieldconfig(GetFieldconfigRequest request) Deprecated.getFieldconfig(ApiRequest<Void> request) Deprecated.getFieldconfig(String type) Deprecated.Deprecated.Gets the organization's settingsGets the organization's settingsGets the organization's settingsGets the organization's settingsDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Get a limit change requestGet a limit change requestgetOrganizationsLimitsChangerequest(String requestId) Get a limit change requestGet the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted.Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted.getOrganizationsLimitsChangerequests(Long after, Long before, String status, Integer pageSize, List<String> expand) Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted.getOrganizationsLimitsChangerequestsWithHttpInfo(Long after, Long before, String status, Integer pageSize, List<String> expand) Get the available limit change requests Timestamp interval defaults to the last 365 days if both query parameters are omitted.Get a limit change requestGet limit documentationGet limit documentationgetOrganizationsLimitsDocs(ApiRequest<Void> request) Get limit documentationGet free trial limit documentationGet free trial limit documentationGet free trial limit documentationGet free trial limit documentationGet limit documentationGet the effective limits in a namespace for an organizationgetOrganizationsLimitsNamespace(ApiRequest<Void> request) Get the effective limits in a namespace for an organizationgetOrganizationsLimitsNamespace(String namespaceName) Get the effective limits in a namespace for an organizationGet the default limits in a namespace for an organizationGet the default limits in a namespace for an organizationgetOrganizationsLimitsNamespaceDefaults(String namespaceName) Get the default limits in a namespace for an organizationgetOrganizationsLimitsNamespaceDefaultsWithHttpInfo(String namespaceName) Get the default limits in a namespace for an organizationGet the available limit namespacesgetOrganizationsLimitsNamespaces(ApiRequest<Void> request) Get the available limit namespacesgetOrganizationsLimitsNamespaces(Integer pageSize, Integer pageNumber) Get the available limit namespacesgetOrganizationsLimitsNamespacesWithHttpInfo(Integer pageSize, Integer pageNumber) Get the available limit namespacesgetOrganizationsLimitsNamespaceWithHttpInfo(String namespaceName) Get the effective limits in a namespace for an organizationGet organization.Get organization.getOrganizationsMe(ApiRequest<Void> request) Get organization.Get organization.Deprecated.Deprecated.getOrganizationsWhitelist(ApiRequest<Void> request) Deprecated.Deprecated.Update the organization's settingsUpdate the organization's settingsUpdate the organization's settingsUpdate the organization's settingsUpdate organizationpatchOrganizationsFeature(ApiRequest<FeatureState> request) Update organizationpatchOrganizationsFeature(String featureName, FeatureState enabled) Update organizationpatchOrganizationsFeatureWithHttpInfo(String featureName, FeatureState enabled) Update organizationDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Update organization.putOrganizationsMe(ApiRequest<Organization> request) Update organization.Update organization.Update organization.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
OrganizationApi
public OrganizationApi() -
OrganizationApi
-
-
Method Details
-
getFieldconfig
Deprecated.Fetch field config for an entity type- Parameters:
type- Field type (required)- Returns:
- FieldConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getFieldconfigWithHttpInfo
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
Deprecated.Fetch field config for an entity type- Parameters:
request- The request object- Returns:
- FieldConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getFieldconfig
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
Gets the organization's settings- Returns:
- OrgAuthSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getOrganizationsAuthenticationSettingsWithHttpInfo
public ApiResponse<OrgAuthSettings> getOrganizationsAuthenticationSettingsWithHttpInfo() throws IOExceptionGets 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 serverIOException- 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
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 serverIOException- if the request fails to be processed
-
getOrganizationsEmbeddedintegrationWithHttpInfo
public ApiResponse<EmbeddedIntegration> getOrganizationsEmbeddedintegrationWithHttpInfo() throws IOExceptionDeprecated.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 serverIOException- 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, ApiExceptionDeprecated.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 serverIOException- if the request fails to be processed
-
getOrganizationsIpaddressauthenticationWithHttpInfo
public ApiResponse<IpAddressAuthentication> getOrganizationsIpaddressauthenticationWithHttpInfo() throws IOExceptionDeprecated.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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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
Get limit documentation- Returns:
- LimitDocumentation
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getOrganizationsLimitsDocsWithHttpInfo
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 serverIOException- 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
Get free trial limit documentation- Returns:
- FreeTrialLimitDocs
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getOrganizationsLimitsDocsFreetrialWithHttpInfo
public ApiResponse<FreeTrialLimitDocs> getOrganizationsLimitsDocsFreetrialWithHttpInfo() throws IOExceptionGet 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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
Get organization.- Returns:
- Organization
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getOrganizationsMeWithHttpInfo
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 serverIOException- if the request fails to be processed
-
getOrganizationsMe
Get organization.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getOrganizationsWhitelist
Deprecated.This route is deprecated, please use /api/v2/organizations/authentication/settings instead- Returns:
- OrgWhitelistSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getOrganizationsWhitelistWithHttpInfo
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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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
Update organization.- Parameters:
body- Organization (optional)- Returns:
- Organization
- Throws:
ApiException- if the request fails on the serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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
-