Add Org Members
Add members to an organization in bulk. Each entry must carry exactly one of userId or email, with optional per-entry roleSlug and groups[]. Known emails become active members; unknown emails become pending invites. Groups are auto-created if they don’t exist yet.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Members to add. Each entry carries its own role and groups.
When true, members already in the org are silently skipped instead of triggering a 409. Useful for idempotent bulk imports / round-tripping a CSV export. Returns only the actually created memberships.
Response
Members added
active, invited, suspended direct, invite-code, invite-email, auto-join, join-rule Org group slugs the user belongs to. Only populated on listOrgMembers when includeGroups=true.