sb_annaz's avatar
sb_annaz
Copper Contributor
Jan 11, 2022
Status:
New

Get list of user chats using application user

Currently it's only possible to use delegate permissions to get chat lists, some requests need a signed in user to be able to fetch the information.

https://docs.microsoft.com/en-us/graph/api/chat-list?view=graph-rest-1.0&tabs=http

 

But we have some business tasks that require to get a list of user chats for statistics. Obviously, only general information: id, chat members, start datetime, last update datetime. 

I 'm sure it would be a useful improvement for developers.

So please, consider an option to get a list of chats for an application user

1 Comment

  • rbishetq's avatar
    rbishetq
    Brass Contributor

    I agree with this one for sure.
    We need a way to list all chats in the tenant especially GROUP chats, as currently the MSGraph API only allows listing the chats that a given person is a member of using application permissions.