Skip to content

Commit c28d84c

Browse files
[skip ci] Updates
1 parent cc81f78 commit c28d84c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

api-reference/user-provisioning/spend/v4.1.spend-user-retrieval.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,7 @@ <h4 id="response">Response</h4>
14321432
"urn:ietf:params:scim:schemas:extension:spend:2.0:UserPreference": {
14331433
"showImagingIntro": true,
14341434
"expenseAuditRequired": "REQUIRED",
1435+
"processorReportAccess": "COMPLETE",
14351436
"allowCreditCardTransArrivalEmails": true,
14361437
"allowReceiptImageAvailEmails": true,
14371438
"promptForCardTransactionsOnReport": true,
@@ -1507,6 +1508,7 @@ <h4 id="response">Response</h4>
15071508
"urn:ietf:params:scim:schemas:extension:spend:2.0:UserPreference": {
15081509
"showImagingIntro": true,
15091510
"expenseAuditRequired": "REQUIRED",
1511+
"processorReportAccess": "COMPLETE",
15101512
"allowCreditCardTransArrivalEmails": true,
15111513
"allowReceiptImageAvailEmails": true,
15121514
"promptForCardTransactionsOnReport": true,
@@ -1652,6 +1654,7 @@ <h4 id="response-1">Response</h4>
16521654
"urn:ietf:params:scim:schemas:extension:spend:2.0:UserPreference": {
16531655
"showImagingIntro": false,
16541656
"expenseAuditRequired": "ALWAYS",
1657+
"processorReportAccess": "COMPLETE",
16551658
"allowCreditCardTransArrivalEmails": false,
16561659
"allowReceiptImageAvailEmails": false,
16571660
"promptForCardTransactionsOnReport": false,
@@ -2420,6 +2423,12 @@ <h2 id="user-preference-extension"><a name="user-preference-extension-schema"></
24202423
<td>-</td>
24212424
<td>Expense audit is required. Supported values: <code class="language-plaintext highlighter-rouge">NEVER</code>, <code class="language-plaintext highlighter-rouge">REQUIRED</code>, <code class="language-plaintext highlighter-rouge">ALWAYS</code></td>
24222425
</tr>
2426+
<tr>
2427+
<td><code class="language-plaintext highlighter-rouge">processorReportAccess</code></td>
2428+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
2429+
<td>-</td>
2430+
<td>Report access for processor roles (Expense Processor, Expense Processor Audit, Expense Processor Manager). Note that this field can only be modified if the user has one of the aforementioned roles. The field is <code class="language-plaintext highlighter-rouge">null</code> (all reports excluding returned reports) by default, but cannot be set back to <code class="language-plaintext highlighter-rouge">null</code> after it is modified. When this field is <code class="language-plaintext highlighter-rouge">null</code> and not populated with any value, it is not returned in the extension by default. Supported values: <code class="language-plaintext highlighter-rouge">COMPLETE</code> (all reports including returned reports), <code class="language-plaintext highlighter-rouge">RESTRICTED</code> (only reports pending processor step and beyond)</td>
2431+
</tr>
24232432
<tr>
24242433
<td><code class="language-plaintext highlighter-rouge">allowCreditCardTransArrivalEmails</code></td>
24252434
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Tue, 15 Jul 2025 20:47:00 +0000</pubDate>
9-
<lastBuildDate>Tue, 15 Jul 2025 20:47:00 +0000</lastBuildDate>
8+
<pubDate>Wed, 16 Jul 2025 19:56:52 +0000</pubDate>
9+
<lastBuildDate>Wed, 16 Jul 2025 19:56:52 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)