Hello, I try to use Management API to get users in Avaya IP Office 10.1.1.0 compilación 3. When I send the request the response is:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><response status="0"><data><ws_object error_node="true"><SMAError><error><error_code>461 :SessionTimeout</error_code><error_desc>[[ portal hostname ]]</error_desc><errorLocation>[[ portal hostname ]]</errorLocation></error></SMAError></ws_object></data></response>
The query request is:
url: https://[[ portal hostname ]]:7070/WebManagement/ws/sdk/admin/v1/users
Content-Type: application/json
Authorization: Basic Y2FyYmFsbGU6UmFwdG9yMzUw
X-User-Client: Avaya-WebAdmin
X-User-Agent: Avaya-SDKUser
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><response status="0"><data><ws_object error_node="true"><SMAError><error><error_code>461 :SessionTimeout</error_code><error_desc>[[ portal hostname ]]</error_desc><errorLocation>[[ portal hostname ]]</errorLocation></error></SMAError></ws_object></data></response>
The query request is:
url: https://[[ portal hostname ]]:7070/WebManagement/ws/sdk/admin/v1/users
Content-Type: application/json
Authorization: Basic Y2FyYmFsbGU6UmFwdG9yMzUw
X-User-Client: Avaya-WebAdmin
X-User-Agent: Avaya-SDKUser
Comment