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.
Documentation Index
Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
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.