Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/types / RegisterUserInput

Type Alias: RegisterUserInput ​

RegisterUserInput: object

Type declaration ​

email ​

email: NonNullable<User["email"]>

first_name? ​

optional first_name: User["first_name"]

last_name? ​

optional last_name: User["last_name"]

password ​

password: NonNullable<User["password"]>

verification_url? ​

optional verification_url: string | null

Defined in ​

users.ts:46