Users

Welcome to Parkvadrata API!

Getting started

The Users resource provides access to user-related information within your Parkvadrata account.

This includes details about agency owners and agents.

Example of one user body.

Json body
{
    "id": "string",
    "email": "string",
    "firstName": "string",
    "lastName": "string",
    "registrationDate": "2025-10-23T11:52:42.022Z",
    "birthDate": "2025-10-23T11:52:42.022Z",
    "gender": "string",
    "name": "string",
    "city": "string",
    "address": "string",
    "uniqueIdentifier": "string",
    "phoneNumber": "string",
    "isBlocked": true,
    "isAgency": true,
    "profilePictureUrl": "string",
    "language": "string",
    "languages": "string",
    "description": "string",
    "userRoles": [
      "string"
    ],
    "totalCount": 0,
    "agencyName": "string",
    "totalAgents": 0,
    "priceRangeMin": 0,
    "priceRangeMax": 0,
    "defaultLanguage": "string",
    "defaultCurrency": "string",
    "wallet": {
      "credit": 0,
      "badge": {
        "id": "string",
        "name": "string",
        "discount": 0,
        "expires": "2025-10-23T11:52:42.022Z"
      },
      "userServices": [
        {
          "name": "string",
          "serviceId": "string",
          "expires": "2025-10-23T11:52:42.022Z",
          "daysLeft": 0
        }
      ]
    },
    "country": "string",
    "n1Token": "string",
    "facebookWebLink": "string",
    "instagramWebLink": "string",
    "viberWebLink": "string",
    "whatsAppWebLink": "string",
    "webLink": "string"
}

Users

Welcome to Parkvadrata API!

Getting started

The Users resource provides access to user-related information within your Parkvadrata account.

This includes details about agency owners and agents.

Example of one user body.

Json body
{
    "id": "string",
    "email": "string",
    "firstName": "string",
    "lastName": "string",
    "registrationDate": "2025-10-23T11:52:42.022Z",
    "birthDate": "2025-10-23T11:52:42.022Z",
    "gender": "string",
    "name": "string",
    "city": "string",
    "address": "string",
    "uniqueIdentifier": "string",
    "phoneNumber": "string",
    "isBlocked": true,
    "isAgency": true,
    "profilePictureUrl": "string",
    "language": "string",
    "languages": "string",
    "description": "string",
    "userRoles": [
      "string"
    ],
    "totalCount": 0,
    "agencyName": "string",
    "totalAgents": 0,
    "priceRangeMin": 0,
    "priceRangeMax": 0,
    "defaultLanguage": "string",
    "defaultCurrency": "string",
    "wallet": {
      "credit": 0,
      "badge": {
        "id": "string",
        "name": "string",
        "discount": 0,
        "expires": "2025-10-23T11:52:42.022Z"
      },
      "userServices": [
        {
          "name": "string",
          "serviceId": "string",
          "expires": "2025-10-23T11:52:42.022Z",
          "daysLeft": 0
        }
      ]
    },
    "country": "string",
    "n1Token": "string",
    "facebookWebLink": "string",
    "instagramWebLink": "string",
    "viberWebLink": "string",
    "whatsAppWebLink": "string",
    "webLink": "string"
}