Create a new person list
Create a new person list for the team. Optionally populate it with person IDs on creation. List names must be unique within a team.
Cost: Free to create an empty list. 1 credit per person added on creation.
Authentication
x-api-keystring
Your WealthAtlas API key. Contact support@wealthatlas.com to get started.
Request
This endpoint expects an object.
list_name
Name for the new list (must be unique within the team)
person_ids
Optional list of WealthAtlas person IDs to add to the list on creation
Response
Successful Response
list_id
ID of the newly created list
list_name
Name of the newly created list
successful_ids
Person IDs that were successfully added to the list
failed_ids
Person IDs that could not be added because their write failed. Credits for these are refunded. IDs that are in neither list were dropped for insufficient credits
Errors
402
Payment Required Error
409
Conflict Error
422
Unprocessable Entity Error

