cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
156
Views
0
Helpful
0
Replies

Orphan room membership

Echppiel
Level 1
Level 1

Hello, I have all users that left a room in webex by mistake.

The information on that room was important and they waant to recover it

If I use the api to search for the room i can find it.

If i use the API to show me the memerships for the room i get an empty array (what is normal as now nobody is there)

But..... if i try to use the API to create a new membership (https://webexapis.com/v1/memberships) i'm getting error: 409 / Conflict

{
  "message": "Failed to add membership.",
  "errors": [
    {
      "description": "Failed to add membership."
    }
  ]
}

 I have full admin rights and also Compliance officer role.

I the description of this API call i can see: "Compliance Officers cannot add people to empty (team) spaces." so i tried using other full admin account without "Compliance Officer role" but the resul is exactly the same.

I even tried to convert the room to public and to allow users to enter again but even this is failing with a Error 400 (bad request). Curiously it allows me to change the description of the room

Any clue to know how i can recover this orphan room?

Thanks!!!

0 Replies 0