INPUT_OBJECT
CreateOrganizationInviteInput
link GraphQL Schema definition
1 input CreateOrganizationInviteInput { 4 2 # Organization to add the user to 3 : ID! 7 5 # Invitee email address 6 : String! 10 8 # Message shown to the user and the approver of the invite 9 : String 13 11 # List of applications and application-specific roles to grant to the user 12 : [ApplicationInviteRoleInput!]! 16 14 # Auth group ids to assign to the invited user 15 : [ID] 19 17 # User Details to be added to the invite 18 : JSONData 22 20 # Boolean to disable auto approval of the invite 21 : Boolean 23 }