POST
/
v1
/
user
/
migrate_to_team
Migrate Personal workspace data to a new team
curl --request POST \
  --url https://api.projectdiscovery.io/v1/user/migrate_to_team \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "message": "<string>",
  "team_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

OK

The response is of type object.