Customers REST Endpoints

Agent/Customers
The operations from the Agent/Customers category.
addProfileAddress
Method: post
Path: /ccagent/v1/profiles/{id}/addresses
createProfile
Method: post
Path: /ccagent/v1/profiles
deleteProfileAddress
Method: delete
Path: /ccagent/v1/profiles/{id}/addresses/{addressId}
getProfile
Method: get
Path: /ccagent/v1/profiles/{id}
getProfileAddress
Method: get
Path: /ccagent/v1/profiles/{id}/addresses/{addressId}
listProfileAddresses
Method: get
Path: /ccagent/v1/profiles/{id}/addresses
listSiteProperties
Method: get
Path: /ccagent/v1/profiles/{id}/siteProperties
resetPassword
Method: post
Path: /ccagent/v1/profiles/{id}
searchProfiles
Method: get
Path: /ccagent/v1/profiles
updateProfile
Method: put
Path: /ccagent/v1/profiles/{id}
updateProfileAddress
Method: put
Path: /ccagent/v1/profiles/{id}/addresses/{addressId}
updateSiteProperties
Method: put
Path: /ccagent/v1/profiles/{id}/siteProperties