@pnp/cli-microsoft365 10.1.0 → 10.2.0-beta.2f9c2c6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,71 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # tenant people pronouns get
6
+
7
+ Retrieves information about pronouns settings for an organization
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 tenant people pronouns get [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ <Global />
18
+
19
+ ## Examples
20
+
21
+ Retrieve information about pronouns settings
22
+
23
+ ```sh
24
+ m365 tenant people pronouns get
25
+ ```
26
+
27
+ ## Response
28
+
29
+ <Tabs>
30
+ <TabItem value="JSON">
31
+
32
+ ```json
33
+ {
34
+ "isEnabledInOrganization": true
35
+ }
36
+ ```
37
+
38
+ </TabItem>
39
+ <TabItem value="Text">
40
+
41
+ ```text
42
+ isEnabledInOrganization: true
43
+ ```
44
+
45
+ </TabItem>
46
+ <TabItem value="CSV">
47
+
48
+ ```csv
49
+ isEnabledInOrganization
50
+ 1
51
+ ```
52
+
53
+ </TabItem>
54
+ <TabItem value="Markdown">
55
+
56
+ ```md
57
+ # tenant people pronouns get
58
+
59
+ Date: 12/5/2024
60
+
61
+ Property | Value
62
+ ---------|-------
63
+ isEnabledInOrganization | true
64
+ ```
65
+
66
+ </TabItem>
67
+ </Tabs>
68
+
69
+ ## More information
70
+
71
+ - https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns