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

change of roomid by email

Karla Ortiz
Level 1
Level 1

I have problems sending messages to a user through a bot, I get two roomid

2 Replies 2

Karla Ortiz
Level 1
Level 1

Hi

if I use the api https://webexapis.com/v1/rooms/ using postman
it sends me the following error messages:

{
"message": "Could not find a room with provided ID.",
"errors": [
{
"description": "Could not find a room with provided ID."
}
],
"trackingId": "ROUTER_63E52FEE-8DA2-01BB-0123-0AFE0BC20123"
}

using the python code it gives me the correct roomid
accesstoken = "Bearer " + Token
api = CiscoSparkAPI(Token)
rooms = api.rooms.list()

dtibbe
VIP Alumni
VIP Alumni

How do you send the message and how do you identify the space id?

Do you know to which space the "wrong" I'd belongs to?