INPUT_OBJECT
CreateRegistrationConfigurationInput
link GraphQL Schema definition
1 input CreateRegistrationConfigurationInput { 4 2 # The organization GUID that the registration is associated with. 3 : ID 7 5 # The name of the registration configuration. 6 : String! 10 8 # A unique slug for the custom registration URL. 9 : String! 14 11 # A list of file resources associated with the registration (e.g., TOS, Privacy 12 # Policy). 13 : [OrgFileResourceInput] 17 15 # The status of the registration (open or restricted). 16 : OrgRegistrationStatus 20 18 # A boolean flag indicating if admin approval is required for registration. 19 : Boolean 23 21 # Custom UI settings for the registration page. 22 : OrgUISettingsInput 26 24 # A list of domain-specific settings for authorization groups and roles. 25 : [OrgDomainSettingsInput]! 27 }