不具合
| 不具合 ID 番号 | BUG-000159030 |
|---|---|
| 送信されました | June 12, 2023 |
| 最終更新日 | September 26, 2024 |
| 適用対象 | ArcGIS Online |
| 見つかったバージョン | February 2023 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | N/A |
| ステータス | In Review |
Turn on automatic account creation for SAML logins in the organization and have the user sign up using this option.
Add the user manually with the ArcGIS API for Python with the gis.user.create() method, and set the idp_username parameter manually:
user1 = gis.users.create(username = 'test_user@domain.com_org_url_key',
password = 'password',
firstname = 'User',
lastname = 'Test',
email = 'test_user@domain.com',
role = 'Viewer',
idp_username = "test'user@domain.com",
user_type = 'Viewer',
provider = 'enterprise')
不具合 ID: BUG-000159030
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード