get deprecatedhttps://{base_url}/rest/user/room/list/
Get rooms created by a specific user or those he attended. If the user does not exist or has no rooms the returned list will be empty.
The response has a [room_list] key containing an array of rooms in which is specified the [room_id] and the [creation_date] and an optional parameters [disabled]
This REST endpoint has a filter parameter with two possible keys (filter[limit] and filter[skip]). This two filter can be used to retrieve a specific number of rooms(filter[limit]) or for example to paginate the results through the use of the skip filter (filter[skip])
Note: All date fields follow the ISO8601 standard.