- URL:
 - https://<root>/security/users/updateEnterpriseUser
 - Methods:
 GET- Required Capability:
 - Access allowed with either the "Security and Infrastructure" or "Add" privileges
 - Version Introduced:
 - 10.3
 
Description
The update operation allows an administrator to update the idp for an organization member with an enterprise account. This is used when migrating from accounts used with web-tier authentication to SAML authentication.
Request parameters
| Parameter | Details | 
|---|---|
  | Username of the enterprise account. Markdown  | 
  | Username used by the SAML identity provider. Example  | 
  | The response format. The default value is  Values:   | 
Example usage
The following is a sample POST request for the update operation:
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=pjsonJSON Response example
{"status": "success"}