Profiles REST Endpoints
Store/Store Extension/Admin/Profiles
The operations from the Store/Store Extension/Admin/Profiles category.
- addProfileAddress
- Method: postPath:
/ccapp/v1/profiles/{id}/addresses - appendSecondaryOrganizations
- Method: postPath:
/ccapp/v1/profiles/{id}/appendSecondaryOrganizations - createProfile
- Method: postPath:
/ccapp/v1/profiles - deleteProfileAddress
- Method: deletePath:
/ccapp/v1/profiles/{id}/addresses/{addressId} - getProfile
- Method: getPath:
/ccapp/v1/profiles/{id} - getProfileAddress
- Method: getPath:
/ccapp/v1/profiles/{id}/addresses/{addressId} - listProfileAddresses
- Method: getPath:
/ccapp/v1/profiles/{id}/addresses - listProfiles
- Method: getPath:
/ccapp/v1/profiles - removeSecondaryOrganizations
- Method: postPath:
/ccapp/v1/profiles/{id}/removeSecondaryOrganizations - replaceSecondaryOrganizations
- Method: postPath:
/ccapp/v1/profiles/{id}/replaceSecondaryOrganizations - resetPassword
- Method: postPath:
/ccapp/v1/profiles/resetPassword - updateParentOrganization
- Method: postPath:
/ccapp/v1/profiles/{id}/updateParentOrganization - updateProfile
- Method: putPath:
/ccapp/v1/profiles/{id} - updateProfileAddress
- Method: putPath:
/ccapp/v1/profiles/{id}/addresses/{addressId} - updateProfiles
- Method: putPath:
/ccapp/v1/profiles - updateUserRoles
- Method: postPath:
/ccapp/v1/profiles/{id}/updateUserRoles