Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
concur-docs-machine committed Aug 9, 2023
1 parent 7d9b516 commit b752ff9
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api-reference/profile/v4.1.identity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ <h3 id="user"><a name="schema-user"></a>User</h3>
<td><code class="language-plaintext highlighter-rouge">nickName</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI.</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI and returns value based on the <a href="/api-reference/user-provisioning/reference/preferred-name-locale.html">locale</a> of the viewer.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">phoneNumbers</code></td>
Expand Down
2 changes: 1 addition & 1 deletion api-reference/profile/v4.identity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ <h3 id="user"><a name="schema-user"></a>User</h3>
<td><code class="language-plaintext highlighter-rouge">nickName</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI.</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI and returns value based on the <a href="/api-reference/user-provisioning/reference/preferred-name-locale.html">locale</a> of the viewer.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">phoneNumbers</code></td>
Expand Down
34 changes: 34 additions & 0 deletions api-reference/user-provisioning/reference/preferred-name-locale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Default language|Locale Code|Language|Display
--|--|--|--
Bulgarian|bg_BG|bg-BG|Preferred Name + Family Name
Danish|da_DK|da-DK|Preferred Name + Family Name
Dutch|nl_NL, nl_BE|nl-NL|Preferred Name + Family Name
Chinese|zh_CN, zh_SG, zh_HK|zh-CN|Preferred Name
Chinese (Taiwan, China)|zh_TW|zh-TW|Preferred Name
Croatian|hr_HR|hr-HR|Preferred Name + Family Name
Czech|cs_CZ|cs-CZ|Preferred Name
English|en_US|en-US|Preferred Name + Family Name
English (United Kingdom)|en_GB, en_CA, en_AU, en_IE, en_IN, en_NZ, en_ZA|en-GB|Preferred Name + Family Name
Finnish|fi_FI|fi-FI|Preferred Name + Family Name
French (Canada)|fr_FR, fr_BE, fr_CA, fr_LU, fr_CH|fr-FR|Given Name + Family Name
French|bg_BG|bg-BG|Given Name + Family Name
German|de_DE, de_AT, de_LU, de_CH|de-DE|Given Name + Family Name
Hungarian|hu_HU|hu-HU|Family Name + Given Name
Indonesian|id_ID|id-ID|Given Name + Family Name
Italian|it_IT, it_CH|it-IT|Given Name + Family Name
Japanese|ja_JP|ja-JP|Preferred Name
Korean|ko_KP, ko_KR|ko-KP|Preferred Name
Norwegian|no_NO|no-NO|Preferred Name + Family Name
Polish|pl_PL|pl-PL|Preferred Name
Portuguese (Brazil)|pt_BR|pt-BR|Preferred Name + Family Name
Romanian|ro_RO|ro-RO|Preferred Name
Russian|ru_RU|ru-RU|Preferred Name + Family Name
Slovak|es_SV|es-SV|Preferred Name + Family Name
Spanish (El Salvador)|es_SV|es-SV|Preferred Name + Family Name
Spanish (Latin America)|es_LA|es-LA|Preferred Name + Family Name
Spanish|es_ES|es-ES|Preferred Name + Family Name
Ukrainian|uk_UA|uk-UA|Preferred Name + Family Name
Thai|th_TH|th-TH|Given Name + Family Name
Turkish|tr_TR|tr-TR|Preferred Name


2 changes: 1 addition & 1 deletion api-reference/user-provisioning/v4.user-provisioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -3574,7 +3574,7 @@ <h3 id="user"><a name="schema-user"></a>User</h3>
<td><code class="language-plaintext highlighter-rouge">nickName</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI.</td>
<td>The casual way to address the user. This attribute should not be used to represent a user’s username. Displays as Preferred Name in UI and returns value based on the <a href="/api-reference/user-provisioning/reference/preferred-name-locale.html">locale</a> of the viewer.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">phoneNumbers</code></td>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
<link>https://preview.developer.concur.com/</link>
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Tue, 08 Aug 2023 20:28:42 +0000</pubDate>
<lastBuildDate>Tue, 08 Aug 2023 20:28:42 +0000</lastBuildDate>
<pubDate>Wed, 09 Aug 2023 18:49:02 +0000</pubDate>
<lastBuildDate>Wed, 09 Aug 2023 18:49:02 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit b752ff9

Please sign in to comment.