Expression Language Reference
    Preparing search index...

    Type Alias findAccount

    findAccount: (
        this: ExprAppContext,
        name: string,
        byOrOpts?: string | string[] | IFindAccountOpts,
    ) => Promise<string>

    Find an account by name or uuid

    Type declaration

      • (
            this: ExprAppContext,
            name: string,
            byOrOpts?: string | string[] | IFindAccountOpts,
        ): Promise<string>
      • Parameters

        Returns Promise<string>

        the uuid of the matching account or an exception