Skip to main content
PUT
/
organization
/
{organizationId}
Update organization
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Body

application/json
name
string
required

Organization name

industry
enum<string>
required

Industry sector of the organization (select)

Available options:
software,
finance,
healthcare,
education,
manufacturing,
retail,
government,
energy,
telecom,
other
country
string
required

Country

Response

Organization updated

message
string
required

Message describing the outcome