Space User Invitations
CRUD operations for managing space user invitations
📄️ Bulk invite users via Excel upload
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Uploads an Excel (.xlsx) file containing multiple user invitations and starts an invitation
📄️ Cancel invitation by email
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Cancels all active invitation process instances for a given email address within a space.
📄️ Cancel invitation by process instance ID
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Cancels an active invitation by deleting the process instance.
📄️ Create a space user invitation
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Starts a new invitation process for a user to join a space.
📄️ Download bulk invite Excel template
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Returns a pre-formatted Excel (.xlsx) template for use with the bulk import endpoint.
📄️ List space user invitations
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Lists all active invitation process instances for a given space.
📄️ Send reminder for invitation
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Sends a reminder for all active invitation process instances matching the given email address within a space.
📄️ Update invitation invitee details
<div class='my-preview'><span>Preview: The API is in development or testing phases and the interface could still change slightly.</span></div> <br/> Updates the firstName, lastName, and email of the invitee on an active invitation process instance.