2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: registrationRequest
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/auth/registrationrequest
|
|
|
|
---
|
|
|
|
|
|
|
|
# RegistrationRequest
|
|
|
|
|
|
|
|
*This schema defines the SMTP Settings for sending Email*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`firstName`** *(string)*: First Name.
|
|
|
|
- **`lastName`** *(string)*: Last Name.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`email`**: Email address of the user. Refer to *[../type/basic.json#/definitions/email](#/type/basic.json#/definitions/email)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`password`** *(string)*: Login Password.
|
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|