MonoCloud Management SDK
    Preparing search index...

    Interface PatchSignUpRestrictionsOptionsRequest

    Patch Sign-Up Restrictions Options Request: Used to update identifier-based allowlist or blocklist configuration for the sign-up flow.

    PatchSignUpRestrictionsOptionsRequest

    interface PatchSignUpRestrictionsOptionsRequest {
        enabled?: boolean;
        identifiers?: string[];
    }
    Index

    Properties

    enabled?: boolean

    Indicates whether the identifier restriction list is active.

    Pro plan subscription required to use sign-up restrictions.

    PatchSignUpRestrictionsOptionsRequest

    identifiers?: string[]

    A set of identifiers (email addresses, phone numbers, or domains) used for sign-up access control.

    Pro plan subscription required to use sign-up restrictions.

    PatchSignUpRestrictionsOptionsRequest