-
-
Notifications
You must be signed in to change notification settings - Fork 14
MS Teams
RogerSelwyn edited this page Jul 12, 2024
·
1 revision
The following calls are made:
- (GET) URL: https://graph.microsoft.com/v1.0/me/chats
- {'params': {'$top': 20}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get last 20 chats
- (GET) URL: https://graph.microsoft.com/v1.0//chats/{obscure_guid}/messages (loop)
- {'params': {'$top': 10}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get messages for first chat
If Update enabled - for each chat:
- (GET) URL: https://graph.microsoft.com/v1.0//chats/{obscure_guid}/members
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Find members of chat
- (GET) URL: https://graph.microsoft.com/v1.0/me/chats
- {'params': {'$top': 20}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get last 20 chats
- (GET) URL: https://graph.microsoft.com/v1.0//chats/{obscure_guid}/messages (loop)
- {'params': {'$top': 10}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get messages for first chat
If Update enabled - for each chat:
- (GET) URL: https://graph.microsoft.com/v1.0//chats/{obscure_guid}/members
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Find members of chat
The following calls are made:
-
(GET) URL: https://graph.microsoft.com/v1.0/me/presence
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get presence status
-
(GET) URL: https://graph.microsoft.com/v1.0/me/presence
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get presence status
- (GET) URL: https://graph.microsoft.com/v1.0/me/presence
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get presence status
The following calls are made:
- (GET) URL: https://graph.microsoft.com/v1.0/users/{alternate_email}
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get user by email
- (GET) URL: https://graph.microsoft.com/v1.0/users/{obscure_guid}/presence
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get presence status
- (GET) URL: https://graph.microsoft.com/v1.0/users/{obscure_guid}/presence
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get presence status