Skip to main content

UpdateUserDto

emailstring
firstNamestring

Possible values: non-empty and <= 100 characters

lastNamestring

Possible values: non-empty and <= 100 characters

phonestring

Possible values: >= 6 characters and <= 30 characters

passwordstring

Possible values: >= 12 characters

roleIdsstring[]
organizationIdstring
insurerIdstring
agentIdstring
UpdateUserDto
{
"email": "string",
"firstName": "string",
"lastName": "string",
"phone": "string",
"password": "string",
"roleIds": [
"string"
],
"organizationId": "string",
"insurerId": "string",
"agentId": "string"
}