{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [chat_channel:read, chat_channel:write, zms:chat_channel:read, zms:chat_channel:write]”
}
However I do not see in the list of scopes for my application where I can specify any of these scopes? I have request all possible scopes in the list as follows:
Make sense Tommy, although I was hoping that Zoom supported admin consent on behalf of users so that individual users did not have to install the app individually. We have 12k+ employee and I was hoping that account level app would solve this issue.
Is this something that you are looking to support at some stage?
Totally agree with @ian and harris, having account level access to “Chat Channels” and “Chat messages” endpoints will be a tremendous addition.
While calling the API today, I found that new permissions got listed as part of an error message; to be more specific chat_channel:write:admin and chat_channel:read:admin@tommy is there a way to add those scopes to an existing application or is that part of the incoming changes you have mentioned?
By the way @tommy , are “IM Chat Session” identifiers (from v1) going to match Chat Channel identifiers (from v2)? I am wondering to know if we are going to be able to get members for a given old session id.
Regards and thanks in advance for any related information.
We also use that session id to get all the messages within the session (channel). So, we are wondering if we will be able to use that same session id to get the members of each 1:1 or “multi party” conversation.
Unfortunately we can’t test that now because we only have an account level app token. Looking forward to test those new endpoints as soon as you release account level access for Chat and Channels v2