Since July 6, 2023, Atlassian has no longer been used for Release Notes or knowledge base articles.
* Find Release Notes here (https://support.mycontactcenter.net/app/articles/detail/a_id/23378/) and articles here (https://support.mycontactcenter.net/app/main).
* Authenticated Partners can access content here (https://support.mycontactcenter.net/cc/sso/authenticator/oauth/authorize/imcontrolpanel?redirect=main&source=mycontactcenter)
CloseSession Method
This method closes an existing API session.
Method Signature:
CloseAPISessionResponse CloseAPISession(string sessionId);
Parameters:
Parameter Name |
Description |
sessionId |
ID of the session opened by invoking OpenSession method |
The method returns an object of type "CloseAPISessionResponse" that contains the following fields:
Field Name |
Type |
Description |
ErrorCode |
Integer |
Error code describing the outcome of the operation (0 = Success) |
Description |
String |
Message describing the error condition if applicable |
Since July 6, 2023, Atlassian has no longer been used for Release Notes or knowledge base articles.
* Find Release Notes here (https://support.mycontactcenter.net/app/articles/detail/a_id/23378/) and articles here (https://support.mycontactcenter.net/app/main).
* Authenticated Partners can access content here (https://support.mycontactcenter.net/cc/sso/authenticator/oauth/authorize/imcontrolpanel?redirect=main&source=mycontactcenter)