UserSpec
The specification to create a user.
Syntax
json
{
"username": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string"
}
Type Definition
- Type
object
- Properties
email
requiredThe email address of the user.
- Type
string
- Type
firstName
requiredThe first name of the user.
- Type
string
- Type
lastName
requiredThe last name of the user.
- Type
string
- Type
displayName
requiredThe display name of the user.
- Type
string
- Type