cURL
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>" }
Migrate Personal workspace data to a new team
OK
The response is of type object.
object
Was this page helpful?