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

[REST-API] How to manage teams today ?

thomasleguen
Level 1
Level 1

Hello,

We need to manage teams in webex with the API. We were able to do this by checking sparks:teams_write and sparks:teams_read scopes during app integration definition. But now, these options are not available.

We managed to make it work with spark:all on our local machines but we're not happy adding other unnecessary/hidden scopes and it wont be acceptable from a customer point of view.

We tried several other combinations but no success.

Did we miss something or is spark:all the only way to achieve this today ?

EDIT (28/09/2022): Sent a request to support, this is a known issue that's being worked on Stay tuned

Sincerely

1 Reply 1

Raffaele Lagana
Cisco Employee
Cisco Employee

Yes, spark;all is a "decent" workaround for now, albeit not great as you pointed out. You were probably told in the support ticket you have open, it's essentially a backend limitation that means scopes are currently maxing out at 100 in the dev portal integration page, even though we have more than 100. So what happens is that some scopes essentially get pushed out (at the moment the teams scopes, but I have seen it changing to other scopes). Engineering is working on resolving this but there are a few layers to it.