Reference > WebSphere Commerce Web services


Member - Person


Noun Person

The Person noun defines types related to a person. A person is a human that can be a guest, a registered user or an administrator. The service data object (SDO) is...


BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.

BOD Action Code
Access Profile
Action Expression Service Provided Sample XML Message Client Library
Expression Builder
ProcessPerson Register   Self registration of a person. Request
Response
MemberFacadeClient.registerPerson(java.util.Map)
AuthenticatePassword   Authenticate a person logon ID and password. The identity of the previous person prior to authenticating is determined based on the IdentityToken in the header. If the previous person is a guest, then any resources owned by the guest are migrated to the authenticated person. Request
Response
MemberFacadeClient.authenticatePassword(java.util.Map)  
AuthenticateLTPA   Authenticate a person using an LTPA token value. The identity of the previous person prior to authenticating is deterimined based on the IdentityToken in the header. If the previous person was a guest, then any resources that were owned by the guest would be migrated to the authenticated person. Request
Response
MemberFacadeClient.authenticateLTPA(java.util.Map)  
Logout   Ends the session of the person based on the current identity token in the header. Request
Response
MemberFacadeClient.logout(java.util.Map)  
ResetPassword   Reset password while authenticated. Request
Response
MemberFacadeClient.resetPassword(java.util.Map)  
ResetPassword   Reset password while unauthenticated. Request
Response
MemberFacadeClient.resetPassword(java.util.Map)  
CreateGuest   Will create a new guest user and a guest session that can be used in subsequent service requests. The purpose of this action is for applications to create a temporary person so it can call services that will associate information with the user. This service does not require any information about the person to be populated and will return the UniqueID of the guest user along with the session identity ID and signature. The session information will be populated in the UserData section of the Person's credentials. Request
Response
MemberFacadeClient.createGuest(java.util.Map)  
ChangePerson Update /Person Update the person's profile information, including the contact information. Request
Response
MemberFacadeClient.updatePerson(java.util.Map)
Create /Person/AddressBook/Contact Add an address into the address book. Request
Response
MemberFacadeClient.addAddressForPerson(java.util.Map)
Update /Person/AddressBook/Contact Update an address in the address book. Request
Response
MemberFacadeClient.updateAddressForPerson(java.util.Map)
Delete /Person/AddressBook/Contact Delete an address from the address book. Request
Response
MemberFacadeClient.deleteAddressForPerson(java.util.Map)
Update /Person/CheckoutProfile Update the checkout profile. Request
Response
MemberFacadeClient.updateCheckoutProfile(java.util.Map)
GetPerson IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All {self=true}/Person Find current person. Request
Response
findCurrentPerson
IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All Find by unique ID. Request
Response
findByUniqueID

IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All Find by logon ID. Request
Response
findByLogonID

IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All Find by distinguished name. Request
Response
findByDistinguishedName

IBM_Summary, IBM_Details, IBM_CheckoutProfile, IBM_All Person basic search.
Request
Response
MemberFacadeClient.getPerson(GetType)

For Person basic search, use one field, or a combination of fields using the same search operator. i.e starts-with, as specified in the request expression. The search is not case sensitive. Search results return the persons matching the given search criteria. The following fields can be used to specify person search criteria:



Access Profile

Access Profile Data Returned Description Sample XML Message
IBM_Summary

  • /Person/PersonIdentifier
  • /Person/ParentOrganizationIdentifier
  • /Person/ContactInfo/ContactName
  • /Person/ContactInfo/ContactInfoIdentifier
  • /Person/Credential

   
IBM_Details

  • IBM_Summary information
  • /Person/ContactInfo

   
IBM_CheckoutProfile
  • /Person/PersonIdentifier
  • /Person/CheckoutProfile
   
IBM_All

  • IBM_Details information
  • Remaining /Person information, for example address book
   


XSD files


+

Search Tips   |   Advanced Search