We have a task to link a Webex User with TMS User. Unfortunately there is no way to do it via API.
Our team digged to database and found a table dbo.WebExUser, which contains
- UserId (FK id in dbo.AclUser)
- SiteId (FK id in dbo.WebExSite)
And
- Credentials
- ApiToken
Does anyone knows where to get last 2 parameters?
Thanks in advance!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.