Home
Working with profile extensions
Using the Atom Publishing Protocol, or Atompub, you can retrieve, update, or delete the fields that you have defined as add-ons to the standard fields provided in user profiles out of the box.
Profiles extensions are stored in the profiles_extensions.properties file. See Adding custom extension attributes in the Designing section of the Lotus Connections information center for more information.
- Delete profile extension data
To remove the data defined for custom fields added to a profile, send a HTTP DELETE request to the Profiles Extension resource.- Retrieving profile extension data
To retrieve the data defined for custom fields added to a profile, use the Profiles extension resource link returned by the Profiles user feed.- Updating profile extension data
To update the data defined for custom fields added to a profile, send an updated extension data document to the Profiles extension resource link returned by the Profiles user feed.
Add custom extension attributes for Profiles