@@ -11,31 +11,31 @@ This tap:
1111
1212- Pulls raw data from the [ Microsoft Graph API] ( https://docs.microsoft.com/en-us/graph/ )
1313- Extracts the following resources:
14- - [ users] ( https://docs .microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta &tabs=http )
15- - [ groups] ( https://docs .microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi%2Fbeta &view=graph-rest-beta )
14+ - [ users] ( https://learn .microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0 &tabs=http )
15+ - [ groups] ( https://learn .microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi&view=graph-rest-1.0 )
1616 - [ group_members] ( https://docs.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0&tabs=http )
1717 - [ group_owners] ( https://docs.microsoft.com/en-us/graph/api/group-list-owners?view=graph-rest-1.0&tabs=http )
1818 - [ channels] ( https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http )
19- - [ channel_members] ( https://docs .microsoft.com/en-us/graph/api/conversationmember -list?view=graph-rest-beta &tabs=http )
20- - [ channel_tabs] ( https://docs .microsoft.com/en-us/graph/api/teamstab -list?view=graph-rest-beta )
21- - [ channel_messages] ( https://docs .microsoft.com/en-us/graph/api/chatmessage-delta ?view=graph-rest-beta &tabs=http )
22- - [ channel_message_replies] ( https://docs .microsoft.com/en-us/graph/api/channel -list-messagereplies ?view=graph-rest-beta &tabs=http )
23- - [ conversations] ( https://docs .microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-beta &tabs=http )
24- - [ conversation_threads] ( https://docs .microsoft.com/en-us/graph/api/conversation-list-threads?view=graph-rest-beta &tabs=http )
25- - [ conversation_posts] ( https://docs .microsoft.com/en-us/graph/api/conversationthread-list-posts?view=graph-rest-beta &tabs=http )
26- - [ team_drives] ( https://docs .microsoft.com/en-us/graph/api/drive-get?view=graph-rest-beta &tabs=http#get-the-document-library-associated-with-a-group )
27- - [ team_device_usage_report] ( https://docs .microsoft.com/en-us/graph/api/reportroot-getteamsdeviceusageuserdetail?view=graph-rest-beta )
19+ - [ channel_members] ( https://learn .microsoft.com/en-us/graph/api/channel -list-members ?view=graph-rest-1.0 &tabs=http )
20+ - [ channel_tabs] ( https://learn .microsoft.com/en-us/graph/api/channel -list-tabs ?view=graph-rest-1.0&tabs=http )
21+ - [ channel_messages] ( https://learn .microsoft.com/en-us/graph/api/channel-list-messages ?view=graph-rest-1.0 &tabs=http )
22+ - [ channel_message_replies] ( https://learn .microsoft.com/en-us/graph/api/chatmessage -list-replies ?view=graph-rest-1.0 &tabs=http )
23+ - [ conversations] ( https://learn .microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-1.0 &tabs=http )
24+ - [ conversation_threads] ( https://learn .microsoft.com/en-us/graph/api/conversation-list-threads?view=graph-rest-1.0 &tabs=http )
25+ - [ conversation_posts] ( https://learn .microsoft.com/en-us/graph/api/conversationthread-list-posts?view=graph-rest-1.0 &tabs=http )
26+ - [ team_drives] ( https://learn .microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0 &tabs=http#get-the-document-library-associated-with-a-group )
27+ - [ team_device_usage_report] ( https://learn .microsoft.com/en-us/graph/api/reportroot-getteamsdeviceusageuserdetail?view=graph-rest-1.0&tabs=http )
2828- Outputs the schema for each resource
2929- Incrementally pulls data based on the input state
3030
3131## Streams
3232
33- - [ users] ( https://docs .microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta &tabs=http )
33+ - [ users] ( https://learn .microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0 &tabs=http )
3434 - Data key: value
3535 - Primary keys: id
3636 - Replication strategy: Full Table
3737 - Transformations: camelCase to snake_case
38- - [ groups] ( https://docs .microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi%2Fbeta &view=graph-rest-beta )
38+ - [ groups] ( https://learn .microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi&view=graph-rest-1.0 )
3939 - Data key: value
4040 - Primary keys: id
4141 - Replication strategy: Full Table
@@ -55,53 +55,53 @@ This tap:
5555 - Primary keys: id
5656 - Replication strategy: Full Table
5757 - Transformations: camelCase to snake_case
58- - [ channel_members] ( https://docs .microsoft.com/en-us/graph/api/conversationmember -list?view=graph-rest-beta &tabs=http )
58+ - [ channel_members] ( https://learn .microsoft.com/en-us/graph/api/channel -list-members ?view=graph-rest-1.0 &tabs=http )
5959 - Data key: value
6060 - Primary keys: id
6161 - Replication strategy: Full Table
6262 - Transformations: camelCase to snake_case
63- - [ channel_tabs] ( https://docs .microsoft.com/en-us/graph/api/teamstab -list?view=graph-rest-beta )
63+ - [ channel_tabs] ( https://learn .microsoft.com/en-us/graph/api/channel -list-tabs ?view=graph-rest-1.0&tabs=http )
6464 - Data key: value
6565 - Primary keys: id
6666 - Replication strategy: Full Table
6767 - Transformations: camelCase to snake_case
68- - [ channel_messages] ( https://docs .microsoft.com/en-us/graph/api/chatmessage-delta ?view=graph-rest-beta &tabs=http )
68+ - [ channel_messages] ( https://learn .microsoft.com/en-us/graph/api/channel-list-messages ?view=graph-rest-1.0 &tabs=http )
6969 - Data key: value
7070 - Primary keys: id
7171 - Replication strategy: Incremental (query all, filter results)
7272 - Bookmark: ucreatedDateTime OR lastModifiedDateTime OR deletedDateTime
7373 - Transformations: camelCase to snake_case
74- - [ channel_message_replies] ( https://docs .microsoft.com/en-us/graph/api/channel -list-messagereplies ?view=graph-rest-beta &tabs=http )
74+ - [ channel_message_replies] ( https://learn .microsoft.com/en-us/graph/api/chatmessage -list-replies ?view=graph-rest-1.0 &tabs=http )
7575 - Data key: value
7676 - Primary keys: id
7777 - Replication strategy: Incremental (query all, filter results)
7878 - Bookmark: ucreatedDateTime OR lastModifiedDateTime OR deletedDateTime
7979 - Transformations: camelCase to snake_case
80- - [ conversations] ( https://docs .microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-beta &tabs=http )
80+ - [ conversations] ( https://learn .microsoft.com/en-us/graph/api/group-list-conversations?view=graph-rest-1.0 &tabs=http )
8181 - Data key: value
8282 - Primary keys: id
8383 - Replication strategy: Incremental (query all, filter results)
8484 - Bookmark: lastDeliveredDateTime
8585 - Transformations: camelCase to snake_case
86- - [ conversation_threads] ( https://docs .microsoft.com/en-us/graph/api/conversation-list-threads?view=graph-rest-beta &tabs=http )
86+ - [ conversation_threads] ( https://learn .microsoft.com/en-us/graph/api/conversation-list-threads?view=graph-rest-1.0 &tabs=http )
8787 - Data key: value
8888 - Primary keys: id
8989 - Replication strategy: Incremental (query all, filter results)
9090 - Bookmark: lastDeliveredDateTime
9191 - Transformations: camelCase to snake_case
92- - [ conversation_posts] ( https://docs .microsoft.com/en-us/graph/api/conversationthread-list-posts?view=graph-rest-beta &tabs=http )
92+ - [ conversation_posts] ( https://learn .microsoft.com/en-us/graph/api/conversationthread-list-posts?view=graph-rest-1.0 &tabs=http )
9393 - Data key: value
9494 - Primary keys: id
9595 - Replication strategy: Incremental (query all, filter results)
9696 - Bookmark: lastDeliveredDateTime
9797 - Transformations: camelCase to snake_case
98- - [ team_drives] ( https://docs .microsoft.com/en-us/graph/api/drive-get?view=graph-rest-beta &tabs=http#get-the-document-library-associated-with-a-group )
98+ - [ team_drives] ( https://learn .microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0 &tabs=http#get-the-document-library-associated-with-a-group )
9999 - Data key: value
100100 - Primary keys: id
101101 - Replication strategy: Incremental (query all, filter results)
102102 - Bookmark: lastModifiedDateTime
103103 - Transformations: camelCase to snake_case
104- - [ team_device_usage_report] ( https://docs .microsoft.com/en-us/graph/api/reportroot-getteamsdeviceusageuserdetail?view=graph-rest-beta )
104+ - [ team_device_usage_report] ( https://learn .microsoft.com/en-us/graph/api/reportroot-getteamsdeviceusageuserdetail?view=graph-rest-1.0&tabs=http )
105105 - Primary keys: id
106106 - Replication strategy: Incremental (query all, filter results)
107107 - Bookmark: report_refresh_date
@@ -161,7 +161,6 @@ The Microsoft Graph API uses OAuth for authentication. Follow these instructions
161161 10 . Team > Team.ReadBasic.All
162162 11 . User > User.Read.All
16316316 . Click Add permissions
164-
165164
166165## Quick Start
167166
0 commit comments