Create a space user invitation
POST/v1/spaces/:spaceId/users/invitations
Preview: The API is in development or testing phases and the interface could still change slightly.
Starts a new invitation process for a user to join a space.
The invitation process is started via a BPMN message start event.
The spaceId is set as the business key on the process instance for efficient querying.
The process instance name is set to inviteNewSpaceUserStart-{inviteeEmail}-{spaceName}.
Authentication: Requires a valid gateway token. Future: Keycloak UMA permission check.
Scope: []
Request
Responses
- 201
- 500
Invitation created successfully
Server error