Skip to main content

UsersList

List of user objects

usersList object[]
  • Array [
  • lastNamestringrequired

    The last name of the user.

    orgNamestringrequired

    The organization name of the user.

    discountClassesstring

    Discount classes assigned to the user.

    Manualsstring

    Manuals information for the user.

    AssetsVersionstring

    Assets version for the user.

    labelstringrequired

    The label assigned to the user.

    securityGroupstring

    Security groups assigned to the user.

    Maintenancestring

    Maintenance information for the user.

    userNamestringrequired

    The username of the user.

    typestringrequired

    The type of the user.

    userLoginTypestringrequired

    The login type of the user.

    lastModifiedOnstring<date-time>

    The date and time when the user was last modified.

    firstNamestringrequired

    The first name of the user.

    MaintenanceVersionstring

    Maintenance version for the user.

    cognitoUserStatusstringrequired

    The Cognito user status of the user.

    ManualsVersionstring

    Manuals version for the user.

    Assetsstring

    Assets information for the user.

    namestringrequired

    The full name of the user.

    idstringrequired

    The unique identifier for the user.

    createDatestring<date-time>required

    The date and time when the user was created.

    statusstringrequired

    The status of the user.

  • ]
  • UsersList
    {
    "usersList": [
    {
    "lastName": "string",
    "orgName": "string",
    "discountClasses": "string",
    "Manuals": "string",
    "AssetsVersion": "string",
    "label": "string",
    "securityGroup": "string",
    "Maintenance": "string",
    "userName": "string",
    "type": "string",
    "userLoginType": "string",
    "lastModifiedOn": "2024-07-29T15:51:28.071Z",
    "firstName": "string",
    "MaintenanceVersion": "string",
    "cognitoUserStatus": "string",
    "ManualsVersion": "string",
    "Assets": "string",
    "name": "string",
    "id": "string",
    "createDate": "2024-07-29T15:51:28.071Z",
    "status": "string"
    }
    ]
    }