Profiles REST Endpoints

Store/Store Extension/Profiles
The details of customer profile created on Oracle Commerce Cloud. This includes account based commerce, the customer profile includes email, first name and last name.
addProfileAddress
Method: post
Path: /ccapp/v1/profiles/{id}/addresses
appendSecondaryOrganizations
Method: post
Path: /ccapp/v1/profiles/{id}/appendSecondaryOrganizations
createProfile
Method: post
Path: /ccapp/v1/profiles
deleteProfileAddress
Method: delete
Path: /ccapp/v1/profiles/{id}/addresses/{addressId}
getProfile
Method: get
Path: /ccapp/v1/profiles/{id}
getProfileAddress
Method: get
Path: /ccapp/v1/profiles/{id}/addresses/{addressId}
listProfileAddresses
Method: get
Path: /ccapp/v1/profiles/{id}/addresses
listProfiles
Method: get
Path: /ccapp/v1/profiles
removeSecondaryOrganizations
Method: post
Path: /ccapp/v1/profiles/{id}/removeSecondaryOrganizations
replaceSecondaryOrganizations
Method: post
Path: /ccapp/v1/profiles/{id}/replaceSecondaryOrganizations
resetPassword
Method: post
Path: /ccapp/v1/profiles/resetPassword
updateParentOrganization
Method: post
Path: /ccapp/v1/profiles/{id}/updateParentOrganization
updateProfile
Method: put
Path: /ccapp/v1/profiles/{id}
updateProfileAddress
Method: put
Path: /ccapp/v1/profiles/{id}/addresses/{addressId}
updateProfiles
Method: put
Path: /ccapp/v1/profiles
updateUserRoles
Method: post
Path: /ccapp/v1/profiles/{id}/updateUserRoles