Skip to main content
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, createUserInvitation mutation should be called. It has one required incoming parameter - inviteeUserContextUuid which represents the UUID 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.
If the mutation executed successfully, a UserInvitation object will be returned in the response.