POST
/
organization
/
{organizationId}
/
team
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>"
}

Path Parameters

organizationId
string
required

Body

application/json

Response

200
application/json

Team created

The response is of type object.