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 - createProfile
- Method: postPath:
/ccadmin/v1/profiles - deleteProfileAddress
- Method: deletePath:
/ccadmin/v1/profiles/{id}/addresses/{addressId} - getProfile
- Method: getPath:
/ccadmin/v1/profiles/{id} - getProfileAddress
- Method: getPath:
/ccadmin/v1/profiles/{id}/addresses/{addressId} - 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 - 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