Skip To Content
ArcGIS Developer
Dashboard

Update Enterprise User

Description

This operation allows an administrator to update the idpUsernamefor an enterprise user in the portal. This is used when migrating from accounts used with web-tier authentication to SAML authentication.

Request parameters

ParameterDetails
username

Username of the enterprise account.

Example

username=john
idpUsername

Username used by the SAML identity provider.

Example

idpUsername=john@company.com
f

The response format. The default value is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for updateEnterpriseUser:


POST /webadaptor/portaladmin/security/users/updateEnterpriseUser HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

username=john&idpUsername=john@company.com&f=json

JSON Response example


{"status": "success"}