The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/ValidateActiveDirectoryRequest HTTP/1.1
Host: s1-api-tst.fource.nl
Content-Type: text/csv
Content-Length: length
UserName,Password
String,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
UserName,FullName,Permissions,IsValidated,HasErrors,ErrorCode,Parameters,ErrorMessage
String,String,,False,False,0,[String],No errors occured.