portal-admin

Add Portal User

Give an additional team member of a company access to the dashboard. Creates an 'invited' portal_users row for the company — NO email is sent (the broker clicks "Send invite" after, matching the manual-email rule). No cap on members; email is unique across the whole portal.

post/api/admin/portal-users

Request body

company_idstring required
emailstring email required
contact_namestring nullable
company_namestring nullable

Response

Successful Response

{"stackTrail":"paths:/api/admin/portal-users:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes