Skip to main content

S2.Margot.Common.Dtos.UserRoleDto

idinteger<int32>
userIdinteger<int32>
typeOfRoleinteger<int32>

Possible values: [1, 2]

accountIdinteger<int32>nullable
accountNamestringnullable
deactivatedAtstring<date-time>nullable
S2.Margot.Common.Dtos.UserRoleDto
{
"id": 0,
"userId": 0,
"typeOfRole": 1,
"accountId": 0,
"accountName": "string",
"deactivatedAt": "2024-07-29T15:51:28.071Z"
}