cURL
curl --request POST \ --url https://app-preprod.cybedefend.com/organization/{organizationId}/team \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>" }'
{ "success": true, "message": "<string>", "organizationId": "<string>", "teamId": "<string>", "name": "<string>", "description": "<string>" }
Team name
Team description
Team created
Indicates if creation was successful
Result message
Organization identifier
Team identifier