user
Add Contacts
Add multiple contacts by email addresses.
For each email:
- If user already exists: Adds them to contacts with status="registered"
- If user doesn't exist: Sends invitation email and creates contact with status="invited"
Protected endpoint - requires authentication. Returns list of created contact records.
post/api/user/contacts
Request body
Response
Successful Response