Error
| Número de ID del error | BUG-000159030 |
|---|---|
| Enviado | June 12, 2023 |
| Última modificación | September 26, 2024 |
| Relacionado con | ArcGIS Online |
| Versión encontrada | February 2023 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Estado | 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 del error: BUG-000159030
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri