Implements

  • ServerSubuserAttributes

Constructors

Properties

2fa_enabled: boolean
created_at: Date
email: string
image: string
parentServer: Server
permissions: UserPermission[]
username: string
uuid: string

Methods

  • Updates the permissions of the subuser.

    Parameters

    • permissions: UserPermission[]

      The permissions to update the subuser with.

    Returns Promise<void>