cURL
curl --request PUT \ --url https://app-preprod.cybedefend.com/organization/{organizationId} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "email": "jsmith@example.com", "country": "<string>", "address": "<string>", "website": "<string>", "isActive": true }'
{ "message": "<string>" }
Organization identifier
Organization name
Contact email
Country
Organization description
Organization address
Organization website
Define if the organization is active
Organization updated
Message describing the outcome