Agent Profile Resource
Manage information about a particular person.
createAgentProfile
Creates or merges into an agent profile document by the agent and agent profile identifier.
Example
Parameters
Returns
This method returns an AxiosPromise
with empty success data
if successful.
setAgentProfile
Creates or overwrites an agent profile document by the agent and agent profile identifier.
Example
Parameters
Returns
This method returns an AxiosPromise
with empty success data
if successful.
getAgentProfiles
Gets an array of agent profile identifiers by the agent.
Example
Parameters
Returns
This method returns an AxiosPromise
with the success data
containing an array of agent profile identifiers if successful.
getAgentProfile
Gets an agent profile document by the agent and the agent profile identifier.
Example
Parameters
Returns
This method returns an AxiosPromise
with the success data
containing the stored Document if successful.
deleteAgentProfile
Deletes an agent profile document by the agent and the agent profile identifier.
Example
Parameters
Returns
This method returns an AxiosPromise
with empty success data
if successful.
Last updated