cURL
curl --request POST \ --url https://us.cybedefend.com/organization/{organizationId}/team \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "success": true, "message": "<string>", "organizationId": "<string>", "teamId": "<string>", "name": "<string>", "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team name
Team description
Team created
Indicates if creation was successful
Result message
Organization identifier
Team identifier