Work with profiles using the Administration API
Using the Atom Publishing Protocol, also known as AtomPub, administrators can update profile entries or create and delete a profile.Attention: The only supported methods for writing data to or modifying data in the Profiles database are by using this Profiles Atom administrative API, using the supplied Profiles TDI assembly lines, or by developing custom assembly lines using the connectors. Writing directly to the database, including using TDI database connectors to do so, is not supported and can lead to unforeseen consequences including data loss and application malfunction.
Retrieve profile entries using the Administration API
To retrieve a profile entry, send a GET request to the appropriate resource of the Administration API.Add a profile using the Administration API
To add a profile to the Profiles application, send a profile entry document in Atom format to the appropriate resource of the Administration API.Delete a profile using the Administration API
To delete a profile, send a delete request to the appropriate resource of the Administration API.Update a profile using the Administration API
To update a person's profile, send an updated profile entry document in Atom format to the appropriate resource of the Administration API.
Parent topic
Profiles Administration API
});