laptop and a wrench

不具合

'Update User' inconsistently updates the 'firstname,' 'lastname,' and 'fullname' properties.

最後に公開された状態: July 1, 2019 Portal for ArcGIS
不具合 ID 番号 BUG-000122857
送信されましたJune 5, 2019
最終更新日February 20, 2025
適用対象Portal for ArcGIS
見つかったバージョン10.7
オペレーティング システムWindows OS
オペレーティング システムのバージョンN/A
ステータスIn Review

対処法

Making an update to a name does not update the Full Name property. Instead, update the First Name and Last Name properties together, even if one or the other is not changing. This ensures that the First Name, Last Name, and Full Name are all correct,

 

For example, a user account has the following properties:

  • First Name: Harry
  • Last Name: Seldon
  • Full Name: Harry Seldon

 

To update the First Name to 'Hari' and properly update the Full Name to 'Hari Seldon,' supply the Last Name value when submitting the request:

  • ArcGIS API for Python: user.update(first_name="Hari", last_name="Seldon") produces the full name "Hari Seldon"
  • REST API: ensure the payload includes {"f":"json", "firstName":"Hari", "lastName":"Seldon"}

 

再現の手順

不具合 ID: BUG-000122857

ソフトウェア:

  • Portal for ArcGIS

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動