umami-api-js
    Preparing search index...

    Function createUser

    • Parameters

      • this: API
      • parameters: { id?: string; password: string; role: Role; username: string }
        • Optionalid?: string

          Force a UUID assignment to the user

        • password: string

          The user's password

        • role: Role

          The user's role

        • username: string

          The user's username

      Returns Promise<GenericUser>