Profiles REST Endpoints
Admin/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: postPath:
/ccadmin/v1/profiles/{id}/addresses - appendSecondaryOrganizations
 - Method: postPath:
/ccadmin/v1/profiles/{id}/appendSecondaryOrganizations - batchGrantPromotions
 - Method: postPath:
/ccadmin/v1/profiles/batchGrantPromotions - createProfile
 - Method: postPath:
/ccadmin/v1/profiles - deleteProfileAddress
 - Method: deletePath:
/ccadmin/v1/profiles/{id}/addresses/{addressId} - getCreditCard
 - Method: getPath:
/ccadmin/v1/profiles/{id}/creditCards/{cardId} - getProfile
 - Method: getPath:
/ccadmin/v1/profiles/{id} - getProfileAddress
 - Method: getPath:
/ccadmin/v1/profiles/{id}/addresses/{addressId} - listCreditCards
 - Method: getPath:
/ccadmin/v1/profiles/{id}/creditCards/ - listProfileAddresses
 - Method: getPath:
/ccadmin/v1/profiles/{id}/addresses - listProfiles
 - Method: getPath:
/ccadmin/v1/profiles - removeSecondaryOrganizations
 - Method: postPath:
/ccadmin/v1/profiles/{id}/removeSecondaryOrganizations - replaceSecondaryOrganizations
 - Method: postPath:
/ccadmin/v1/profiles/{id}/replaceSecondaryOrganizations - resetPassword
 - Method: postPath:
/ccadmin/v1/profiles/resetPassword - updateCreditCard
 - Method: putPath:
/ccadmin/v1/profiles/{id}/creditCards/{cardId} - updateParentOrganization
 - Method: postPath:
/ccadmin/v1/profiles/{id}/updateParentOrganization - updateProfile
 - Method: putPath:
/ccadmin/v1/profiles/{id} - updateProfileAddress
 - Method: putPath:
/ccadmin/v1/profiles/{id}/addresses/{addressId} - updateProfiles
 - Method: putPath:
/ccadmin/v1/profiles - updateUserRoles
 - Method: postPath:
/ccadmin/v1/profiles/{id}/updateUserRoles