CreateUserDto
emailstringrequired
firstNamestringrequired
Possible values: non-empty and <= 100 characters
lastNamestringrequired
Possible values: non-empty and <= 100 characters
phonestring
Possible values: >= 6 characters and <= 30 characters
passwordstringrequired
Possible values: >= 12 characters
roleIdsstring[]required
organizationIdstring
insurerIdstring
agentIdstring
CreateUserDto
{
"email": "string",
"firstName": "string",
"lastName": "string",
"phone": "string",
"password": "string",
"roleIds": [
"string"
],
"organizationId": "string",
"insurerId": "string",
"agentId": "string"
}