You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/latest/_sources/usage/connection.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,6 @@ Usually you will work with the default 'ME' resource, but you can also use one o
87
87
* 'me': the user which has given consent. The default for every protocol. Overwritten when using "with your own identity" authentication method (Only available on the authorization auth_flow_type).
88
88
* 'user:user@domain.com': a shared mailbox or a user account for which you have permissions. If you don't provide 'user:' it will be inferred anyway.
89
89
* 'site:sharepoint-site-id': a Sharepoint site id.
90
-
* 'group:group-site-id': an Office 365 group id.
90
+
* 'group:group-site-id': an Microsoft 365 group id.
91
91
92
92
By setting the resource prefix (such as 'user:' or 'group:') you help the library understand the type of resource. You can also pass it like 'users/example@exampl.com'. The same applies to the other resource prefixes.
<spanclass="sig-name descname"><spanclass="pre">get_group_by_id</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">group_id</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/O365/groups.html#Groups.get_group_by_id"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#O365.groups.Groups.get_group_by_id" title="Link to this definition"></a></dt>
240
-
<dd><p>Returns Microsoft O365/AD group with given id</p>
240
+
<dd><p>Returns Microsoft 365/AD group with given id</p>
<spanclass="sig-name descname"><spanclass="pre">get_group_by_mail</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">group_mail</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../_modules/O365/groups.html#Groups.get_group_by_mail"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#O365.groups.Groups.get_group_by_mail" title="Link to this definition"></a></dt>
254
-
<dd><p>Returns Microsoft O365/AD group by mail field</p>
254
+
<dd><p>Returns Microsoft 365/AD group by mail field</p>
0 commit comments