PUT

Updates the authentication information from Customer Collaboration Platform.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/authentication/

HTTPS method:

PUT

Example XML payload:

<Authentication>
	<enabled>true</enabled>
	<primaryHost>ad.server</primaryHost>
	<primaryPort>3268</primaryPort>
	<primaryUseSSL>false</primaryUseSSL>
	<managerDistinguishedName>
  cn=admin,ou=users,dc=ad,dc=server
 </managerDistinguishedName>
	<managerPassword>password</managerPassword>
	<roleName>CCP_Users</roleName>
</Authentication>

Parameters:

See Authentication API Parameters.