getCallCenterSettings() for Lightning Experience

Returns the call center settings associated with the current user. This method is available in API version 38.0 or later.

NameTypeDescription
callbackfunctionJavaScript method executed when the API method call is completed.

This method is asynchronous. The response is returned in an object passed to a callback method. The response object contains the following fields.

NameTypeDescription
successbooleanReturns true if the API method call was invoked successfully, false otherwise.
returnValueobjectIf the API call is successful, the call center settings are returned. If the API call fails, null is returned.
errorarrayIf the API call was successful, this variable is null. If the API call failed, this variable returns an array of error messages.

Example returnValue: