cURL
curl --request PUT \ --url https://us.cybedefend.com/organization/{organizationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "industry": "software", "country": "<string>" } '
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization identifier
Organization name
Industry sector of the organization (select)
software
finance
healthcare
education
manufacturing
retail
government
energy
telecom
other
Country
Organization updated
Message describing the outcome