In Opigno Enterprise invitations used to define a user’s social network. It’s possible to create only one invitation between two users. To create an invitation,Documentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
createUserInvitation mutation should be called.
It has one required incoming parameter - inviteeUserContextId which represents ID of the user context that is associated with the invitee user.
The current user context from the request will be used as an invitation initiator.
UserInvitation object will be returned in the response.