QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface TransferUserTokenRequest

    Transfer a user token

    interface TransferUserTokenRequest {
        from?: string;
        id?: number;
        to?: string;
    }
    Index

    Properties

    Properties

    from?: string

    The id of the user to transfer the user token from

    id?: number

    The id of the user token to transfer

    to?: string

    The id of the user to transfer the user token to