Skip to content

Commit 06f6b9b

Browse files
[skip ci] Updates
1 parent fe653c8 commit 06f6b9b

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,10 +1363,10 @@ <h4 id="payloads">Payloads</h4>
13631363

13641364
<h3 id="examples">Examples</h3>
13651365

1366+
<h4 id="1-filter-users-with-country-eaul-to-us-and-get-the-first-4-users">1. Filter users with country eaul to “US” and get the first 4 users.</h4>
13661367
<h4 id="request">Request</h4>
13671368

13681369
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>GET https://us2.api.concursolutions.com/profile/spend/v4.1/Users?startIndex=1&amp;count=4&amp;filter=urn:ietf:params:scim:schemas:extension:spend:2.0:User:country eq "US"
1369-
13701370
</code></pre></div></div>
13711371

13721372
<h4 id="response">Response</h4>
@@ -2059,6 +2059,20 @@ <h2 id="approver-limit-extension"><a name="approver-limit-extension-schema"></a>
20592059

20602060
<p>Approver Limit Extension provides the approver limits associated with a Spend Identity.</p>
20612061

2062+
<p>By default, GET Users or GET single user only returns the config in <code class="language-plaintext highlighter-rouge">Global</code> group.</p>
2063+
2064+
<p>In order to get the top 1000 config for a specific user, requests need to add the query parameter as the following.</p>
2065+
2066+
<p>Example:</p>
2067+
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>GET /profile/spend/v4.1/Users/7a09c62a-4004-4068-a478-0e2889c1bd8d?attributes<span class="o">=</span>urn:ietf:params:scim:schemas:extension:spend:2.0:ApproverLimit
2068+
</code></pre></div></div>
2069+
2070+
<p>Or use <code class="language-plaintext highlighter-rouge">GET Users</code> endpoint along with the following query parameter to iterate through all users that have config for a specific group.</p>
2071+
2072+
<p>Example:</p>
2073+
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>GET /profile/spend/v4.1/Users?filter<span class="o">=</span>urn:ietf:params:scim:schemas:extension:spend:2.0:ApproverLimit:authorizedApprover[approvalType eq <span class="se">\"</span>report<span class="se">\"</span> and approvalGroup eq <span class="se">\"</span>XYZ<span class="se">\"</span><span class="o">]</span>
2074+
</code></pre></div></div>
2075+
20622076
<table>
20632077
<thead>
20642078
<tr>

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>Thu, 20 Mar 2025 19:57:37 +0000</pubDate>
9-
<lastBuildDate>Thu, 20 Mar 2025 19:57:37 +0000</lastBuildDate>
8+
<pubDate>Fri, 21 Mar 2025 21:20:29 +0000</pubDate>
9+
<lastBuildDate>Fri, 21 Mar 2025 21:20:29 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)