🔀 owner

User owning the graph

The owner relationship returns the user owning a given graph.

This relationship can be retrieved by using the relationships API endpoint and returns an User object.

{
  "data": {
    <USER_OBJECT>
  },
  "links": {
    "self": "<string>"
  },
  "meta": {
    "count": 1
  }
}
{
  "data": {
    "attributes": {
      "apikey": "3333333t33333333333333r333333f333333g33333333c3333333f333333333a",
      "email": "[email protected]",
      "first_name": "Sabrina",
      "has_2fa": true,
      "last_login": 1594718163,
      "last_name": "Spellman",
      "preferences": {
        "graph": {
          "dashboard_walkthrough_version_seen": "1.0.0",
          "last_visit": 1594136453392,
          "main_walkthrough_version_seen": "1.0.0",
          "search_tooltip_version_seen": "1.0.0"
        },
        "ui": {
          "last_read_notification_date": 1594640566
        }
      },
      "privileges": {
        "admin": {
          "granted": false
        },
        "allinfo": {
          "granted": false
        },
        "big-files": {
          "expiration_date": 1601510400,
          "granted": true,
          "inherited_from": "blablabla_group",
          "inherited_via": "api_quota_group"
        },
        "cases": {
          "granted": true,
          "inherited_from": "blablabla_group",
          "inherited_via": "intelligence_quota_group"
        },
        "click_to_accept": {
          "granted": false
        }
      },
      "profile_phrase": "It's witching hour!",
      "quotas": {
        "api_requests_daily": {
          "allowed": 1000000000,
          "used": 4
        },
        "api_requests_hourly": {
          "allowed": 60000000000,
          "used": 4
        },
        "api_requests_monthly": {
          "allowed": 1000000000,
          "used": 113
        },
        "cases_creation_monthly": {
          "allowed": 20,
          "used": 0
        },
        "intelligence_downloads_monthly": {
          "allowed": 0,
          "used": 0
        }
      },
      "reputation": 1,
      "status": "active",
      "user_since": 1557214525
    },
    "id": "spellman",
    "links": {
      "self": "https://www.virustotal.com/api/v3/users/spellman"
    },
    "type": "user"
  },
  "links": {
    "self": "https://www.virustotal.com/api/v3/graphs/g0538d03053194c338643183e315b134ec3463a392330430938033934f3be3f37/owner"
  },
  "meta": {
    "count": 1
  }
}