OpenUserRegistration: {
    __typename?: "OpenUserRegistration";
    beginTime?: Maybe<Timestamp>;
    createdTime?: Maybe<Scalars["Long"]["output"]>;
    endTime?: Maybe<Timestamp>;
    fusionEventIds?: Maybe<Maybe<Scalars["String"]["output"]>[]>;
    id?: Maybe<Scalars["String"]["output"]>;
    name?: Maybe<Scalars["String"]["output"]>;
    userRegistrationExecutionEndpoints?: Maybe<Maybe<UserRegistrationExecutionEndpoint>[]>;
}

Open user registration allowed for this tenant

Type declaration

  • Optional__typename?: "OpenUserRegistration"
  • OptionalbeginTime?: Maybe<Timestamp>

    This is the time when this open user registration will be valid and allow users to sign up

  • OptionalcreatedTime?: Maybe<Scalars["Long"]["output"]>

    Timestamp of when this open user registration was created

  • OptionalendTime?: Maybe<Timestamp>

    Optional time when this open user registration ends

  • OptionalfusionEventIds?: Maybe<Maybe<Scalars["String"]["output"]>[]>

    FusionEvents/topics that a user registering through this open user registration will be automatically signed up for

  • Optionalid?: Maybe<Scalars["String"]["output"]>

    Id of the open user registration

  • Optionalname?: Maybe<Scalars["String"]["output"]>

    Name of the open user registration

  • OptionaluserRegistrationExecutionEndpoints?: Maybe<Maybe<UserRegistrationExecutionEndpoint>[]>

    The user registration execution setup for this open user registration. This will provide the post url for emails, telegram action url, etc.