Hey guys,
I try to access IP Office through the Management REST API introduced in R10.1.
First of all I just want to pull some data.
To connect I use Posershell with the Cmdlet "Invoke-RestMethod". Following the docs I first call the authentication URI, collect the session cookie and then call an URL to get the IPO users.
This works well four or five times. Every following call of the script is answered with the following error message:
Has anyone an idea what's going wrong?
A nice use case would be to get the IPO users and adjust the SIP contact and SIP name values since this is nod filled during mass import of users.
I appreciate any help ;-)
Need some help with IP Office?
I try to access IP Office through the Management REST API introduced in R10.1.
First of all I just want to pull some data.
To connect I use Posershell with the Cmdlet "Invoke-RestMethod". Following the docs I first call the authentication URI, collect the session cookie and then call an URL to get the IPO users.
This works well four or five times. Every following call of the script is answered with the following error message:
Code:
461:SessionTimeout192.168.111.92
Has anyone an idea what's going wrong?
A nice use case would be to get the IPO users and adjust the SIP contact and SIP name values since this is nod filled during mass import of users.
I appreciate any help ;-)
Need some help with IP Office?