Skip to main content

S2.Margot.Common.Dtos.UserDto

idinteger<int32>
createdByUserIdinteger<int32>nullable
createdAtstring<date-time>nullable
updatedByUserIdinteger<int32>nullable
updatedAtstring<date-time>nullable
deactivatedAtstring<date-time>nullable
deactivatedByUserIdinteger<int32>nullable
firstNamestringnullable
lastNamestringnullable
usernamestringnullable
emailstringnullable
countryCodestringnullable
mobilePhoneNumberstringnullable
timezonestringnullable
emailVerifiedbooleannullable
lastLoggedOnAtstring<date-time>nullable
roles object[]nullable
  • Array [
  • idinteger<int32>
    userIdinteger<int32>
    typeOfRoleinteger<int32>

    Possible values: [1, 2]

    accountIdinteger<int32>nullable
    accountNamestringnullable
    deactivatedAtstring<date-time>nullable
  • ]
  • termsAndConditionsAcceptedAtstring<date-time>nullable
    termsAndConditionsAcceptedboolean
    privacyPolicyAcceptedAtstring<date-time>nullable
    privacyPolicyAcceptedboolean
    S2.Margot.Common.Dtos.UserDto
    {
    "id": 0,
    "createdByUserId": 0,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedByUserId": 0,
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "deactivatedAt": "2024-07-29T15:51:28.071Z",
    "deactivatedByUserId": 0,
    "firstName": "string",
    "lastName": "string",
    "username": "string",
    "email": "string",
    "countryCode": "string",
    "mobilePhoneNumber": "string",
    "timezone": "string",
    "emailVerified": true,
    "lastLoggedOnAt": "2024-07-29T15:51:28.071Z",
    "roles": [
    {
    "id": 0,
    "userId": 0,
    "typeOfRole": 1,
    "accountId": 0,
    "accountName": "string",
    "deactivatedAt": "2024-07-29T15:51:28.071Z"
    }
    ],
    "termsAndConditionsAcceptedAt": "2024-07-29T15:51:28.071Z",
    "termsAndConditionsAccepted": true,
    "privacyPolicyAcceptedAt": "2024-07-29T15:51:28.071Z",
    "privacyPolicyAccepted": true
    }