GET
/
v1
/
user
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user \
  --header 'X-API-Key: <api-key>'
{
  "ai_status": true,
  "email": "<string>",
  "name": "<string>",
  "message": "<string>",
  "cloud_scans": true,
  "static_scan": true,
  "early_template": true,
  "team_name": "<string>",
  "is_team_owner": true,
  "is_read_only": true,
  "team_owner_name": "<string>",
  "trial_status": "<string>",
  "role": "<string>",
  "plan": "<string>",
  "workspaces": [
    {
      "name": "<string>",
      "team_id": "<string>",
      "active": true,
      "plan": "<string>",
      "member_count": 123
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

200
application/json
Example response
message
string
required
ai_status
boolean
email
string
name
string
cloud_scans
boolean
static_scan
boolean
early_template
boolean
team_name
string
is_team_owner
boolean
is_read_only
boolean
team_owner_name
string
trial_status
string
role
string
plan
string
workspaces
object[]