The Case Object ID for the case to which to add the person
The name of the person to add to the case.
Optional
options: ObjectSee /{subdirectory}/apidocs/#/service-info/Pll/CasePeople for more options.
Returns Promise that represents an object describing the newly-added person. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPeopleItemBase
Delete specific people records
The Case Object ID for the case to which to add the person
Returns Promise that represents the result of the delete operation.
Delete all people records attached to a specific case
The Case Object ID for the case to which to add the person
Returns Promise that represents the result of the delete operation.
Get people records attached to a specific case
The Case Object ID for the case to which to add the person
Returns Promise that represents an object describing the newly-added person. See /{subdirectory}/apidocs/#/data-type-info;dataType=CaPeopleItemBase
Get all the people roles available
Returns Promise that represents an collection of configured People Roles
Search for people records
Where you specify search options that assume a logical 'and' operation
If you only wants the IDs of the people records that match the search criteria, set this to true. Otherwise, set it to false.
Returns Promise that represents an array of people record IDs that match the search criteria.
Add a people record to a case