NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiSchemas.Users.PostUser.UsersPostRequestBody Class Referencesealed

The request body of a user create request. More...

Inheritance diagram for NookpostBackend.ApiSchemas.Users.PostUser.UsersPostRequestBody:
Collaboration diagram for NookpostBackend.ApiSchemas.Users.PostUser.UsersPostRequestBody:

Properties

string? Password [get, set]
 The users password.
 
- Properties inherited from NookpostBackend.ApiSchemas.Users.UserData
string? Username [get, set]
 The username of the user.
 
string? DisplayName [get, set]
 User display name.
 
string? TagLine [get, set]
 User Tagline/Status.
 
string? Bio [get, set]
 User Bio.
 
string? ProfilePictureBase64 [get, set]
 Profile picture of the user encoded as b64.
 
string? Email [get, set]
 Email of the user (null if user does not provide contact info)
 

Detailed Description

The request body of a user create request.

Property Documentation

◆ Password

string? NookpostBackend.ApiSchemas.Users.PostUser.UsersPostRequestBody.Password
getset

The users password.


The documentation for this class was generated from the following file: