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
- 200
- 404
- 500
Reminder(s) sent successfully
No invitation found for the given email
Server error