user

Get User Contacts

Get all contacts created by the current user. Uses RLS to enforce that users can only see their own contacts. Includes registered user info when available.

get/api/user/contacts

Response

Successful Response

external_idstring required
user_ext_idstring nullable
emailstring required
namestring nullable
last_namestring nullable
status'invitation_pending' | 'invitation_expired' | 'invitation_accepted' | 'existing_user' required
created_atstring required

Changes