Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

Problems with UpdateSessionOwner

Hello, I am trying to change the owner of an session with the SOAP UpdateSessionOwner call, but can't seem to get it right.

This is my call:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:pan="http://schemas.datacontract.org/2004/07/Panopto.Server.Services.PublicAPI.V40">

  <soapenv:Header/>

  <soapenv:Body>

   <tem:UpdateSessionOwner>

     <tem:auth>

      <pan:Password><password></pan:Password>

      <pan:UserKey><admin username></pan:UserKey>

     </tem:auth>

     <tem:sessionIds>d6484c52-25d2-49ea-92a5-afb900a98022</tem:sessionIds>

     <tem:newOwnerUserKey><new owner username></tem:newOwnerUserKey>

   </tem:UpdateSessionOwner>

  </soapenv:Body>

</soapenv:Envelope>

I am getting: "An error occurred deserializing the message. See server logs for details" in return.

Do you see anything wrong? Is it the format of "sessionIds"? I see in the doc that it can be multiple values but I only want to change one session.

Tagged:

Answers

Sign In or Register to comment.