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
description: "Retrieves a list of policies. [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#policy-list-getter)",
8
+
version: "0.0.1",
9
+
type: "action",
10
+
props: {
11
+
expensify,
12
+
adminOnly: {
13
+
type: "boolean",
14
+
label: "Admin Only",
15
+
description: "Whether or not to only get policies for which the user is an admin",
16
+
optional: true,
17
+
},
18
+
userEmail: {
19
+
type: "string",
20
+
label: "User Email",
21
+
description: "Specifies the user to gather the policy list for. You must have been granted third-party access by that user/company domain beforehand.",
0 commit comments