Skip to main content

UserObjectModel

documentType stringnullable
id stringnullable
freeze booleannullable
isSystemUser booleannullable
displayName stringnullable
identificationNumber stringnullable
mail stringnullable
mailId stringnullable
rolesAssigned object[]nullable
  • Array [
  • roleId stringnullable
    roleName stringnullable
  • ]
  • rbacRoleIds string[]nullable
    lastUpdatedTime int64
    lastUpdatedBy stringnullable
    createdBy stringnullable
    createdDateTime int64
    tenantId stringnullable
    isDriver booleannullable
    isUser booleannullable
    accountEnabled booleannullable
    accountEnabledValue stringnullable
    mailNickname stringnullable
    givenName stringnullable
    jobTitle stringnullable
    otherMails string[]nullable
    preferredLanguage stringnullable
    surname stringnullable
    userPrincipalName stringnullable
    department stringnullable
    contactInfo object
    streetAddress stringnullable
    country stringnullable
    state stringnullable
    city stringnullable
    postalCode stringnullable
    mobilePhone stringnullable
    firebaseRegisteredId stringnullable
    rfid stringnullable
    firebaseToken stringnullable
    firebaseTokenList string[]nullable
    profileImage stringnullable
    isDriverTextValue stringnullable
    securityQuestions object
    mandatoryQuestion1 stringnullable
    mandatoryAnswer1 stringnullable
    optionalQuestion1 stringnullable
    optionalAnswer1 stringnullable
    optionalQuestion2 stringnullable
    optionalAnswer2 stringnullable
    otp int32
    otpExpiry stringnullable
    passwordHint stringnullable
    passwordExpiry stringnullable
    passwordExpirySchedulerPolicyId stringnullable
    termsAndConditionAcceptTime stringnullable
    invalidPasswordCount int32
    accountLocked booleannullable
    previousPassword stringnullable
    lastInvalidPasswordEntryTime stringnullable
    skillsSet string[]nullable
    homeLocation stringnullable
    workLocation stringnullable
    emergencyContactInfo object
    relationship stringnullable
    name stringnullable
    email stringnullable
    mobile stringnullable
    officeLocation stringnullable
    driverId stringnullable
    description stringnullable
    driverTagExpiry stringnullable
    driverTagCategories stringnullable
    taggedOnly boolean
    driverTagExpirySchedulerPolicyId stringnullable
    driverAllowedNotification string[]nullable
    error stringnullable
    bureauTenantId stringnullable
    operatorFlags int64nullable
    svrPin stringnullable
    apiSecrets object[]nullable
  • Array [
  • secretName stringnullable
    secretDescription stringnullable
    secretHash stringnullable
    ocpId stringnullable
    emailRecipient stringnullable
  • ]
  • UserObjectModel
    {
    "documentType": "string",
    "id": "string",
    "freeze": true,
    "isSystemUser": true,
    "displayName": "string",
    "identificationNumber": "string",
    "mail": "string",
    "mailId": "string",
    "rolesAssigned": [
    {
    "roleId": "string",
    "roleName": "string"
    }
    ],
    "rbacRoleIds": [
    "string"
    ],
    "lastUpdatedTime": 0,
    "lastUpdatedBy": "string",
    "createdBy": "string",
    "createdDateTime": 0,
    "tenantId": "string",
    "isDriver": true,
    "isUser": true,
    "accountEnabled": true,
    "accountEnabledValue": "string",
    "mailNickname": "string",
    "givenName": "string",
    "jobTitle": "string",
    "otherMails": [
    "string"
    ],
    "preferredLanguage": "string",
    "surname": "string",
    "userPrincipalName": "string",
    "department": "string",
    "contactInfo": {
    "streetAddress": "string",
    "country": "string",
    "state": "string",
    "city": "string",
    "postalCode": "string",
    "mobilePhone": "string"
    },
    "firebaseRegisteredId": "string",
    "rfid": "string",
    "firebaseToken": "string",
    "firebaseTokenList": [
    "string"
    ],
    "profileImage": "string",
    "isDriverTextValue": "string",
    "securityQuestions": {
    "mandatoryQuestion1": "string",
    "mandatoryAnswer1": "string",
    "optionalQuestion1": "string",
    "optionalAnswer1": "string",
    "optionalQuestion2": "string",
    "optionalAnswer2": "string"
    },
    "otp": 0,
    "otpExpiry": "string",
    "passwordHint": "string",
    "passwordExpiry": "string",
    "passwordExpirySchedulerPolicyId": "string",
    "termsAndConditionAcceptTime": "string",
    "invalidPasswordCount": 0,
    "accountLocked": true,
    "previousPassword": "string",
    "lastInvalidPasswordEntryTime": "string",
    "skillsSet": [
    "string"
    ],
    "homeLocation": "string",
    "workLocation": "string",
    "emergencyContactInfo": {
    "relationship": "string",
    "name": "string",
    "email": "string",
    "mobile": "string"
    },
    "officeLocation": "string",
    "driverId": "string",
    "description": "string",
    "driverTagExpiry": "string",
    "driverTagCategories": "string",
    "taggedOnly": true,
    "driverTagExpirySchedulerPolicyId": "string",
    "driverAllowedNotification": [
    "string"
    ],
    "error": "string",
    "bureauTenantId": "string",
    "operatorFlags": 0,
    "svrPin": "string",
    "apiSecrets": [
    {
    "secretName": "string",
    "secretDescription": "string",
    "secretHash": "string",
    "ocpId": "string",
    "emailRecipient": "string"
    }
    ]
    }