Skip to main content
PUT
/
ramp
/
organization
/
{org_id}
/
name
Rename organization
curl --request PUT \
  --url https://api.etherfuse.com/ramp/organization/{org_id}/name \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayName": "Acme Inc"
}
'
{
  "displayName": "Acme Inc",
  "organizationId": "123e4567-e89b-12d3-a456-426614174000"
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

org_id
string<uuid>
required

The organization to rename — must be the caller's own org or a direct child (grandchildren cannot be renamed).

Body

application/json
displayName
string
required

Response

The renamed organization

displayName
string
required
organizationId
string<uuid>
required