Skip to main content

Send reminder for invitation

POST 

/v1/spaces/:spaceId/users/invitation:remind

Preview: The API is in development or testing phases and the interface could still change slightly.

Sends a reminder for all active invitation process instances matching the given email address within a space.

Queries process instances by business key (spaceId) and filters by invitee email in the process variables. For each matching invitation, increments the reminderCount variable and returns the updated count.

Returns 404 if no matching invitation is found.
Scope: []

Request

Responses

Reminder(s) sent successfully