- URL:https://security/users/updateEnterpriseUser
- Required Capability:Administrator
- Version Introduced:10.3
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
Parameter | Details |
---|---|
username | Username of the enterprise account. |
idpUsername | Username used by the SAML identity provider. |
f | The response format. |
Example Usage
https://webadaptor.domain.com/gis/portaladmin/security/users/updateEnterpriseUser
username=john
idpUsername=john@company.com
f=json
JSON Response Syntax
{
"status": "(success or error)"
}
JSON Response Example
{
"status": "success"
}