Sun OpenSSO Enterprise 8.0 Developer's Guide

Updating Identity Data

The update REST interface will update an identity with the information defined in the URL. The URL needs to be populated with the following information.

The following URL would update the user profile with an email address.


http://OpenSSO-host:OpenSSO-port/opensso/identity/update?identity_name=rest_user
&identity_attribute_names=mail&identity_attribute_values_mail=restUser@rest-DOT-org
&admin=AQIC5wM2LY4SfcxCWBCNON1gTsaMaHISbYmTyYosv8pCPVw=@AAJTSQACMDE=#

Use the read REST interface to verify the update.