Add Member
organizations
Add Member
Add an existing user to an organization, or move them between orgs.
New users should be onboarded through the existing /api/invitations
flow, which sends an email and hashes a one-time token. This endpoint is
intentionally only for reassigning already-registered users — primarily
used by platform owners moving users between organizations.
POST
Add Member
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

