Interface UserCreate

The UserCreate payload.

This is used when a user is initially first created. For authentication payloads check SessionCreate.


Examples

{
"username": "yendri",
"email": "yendri@llamoyendri.io",
"password": "autentícame por favor" // don't actually use this as a password
}

Hierarchy

  • UserCreate

Properties

Properties

email: string

The user's email.

password: string

The user's password.

username: string

The user's name.

This is different to their display_name as it denotes how they're more formally referenced by the API.