Skip to main content
PUT
/
ramp
/
organization
/
{org_id}
/
name
Rename an 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": "Bando Guadalajara"
}
'
{
  "organizationId": "123e4567-e89b-12d3-a456-426614174000",
  "displayName": "Bando Guadalajara"
}

Authorizations

Authorization
string
header
required

API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.

Path Parameters

org_id
string<uuid>
required

ID of the organization to rename (own org or direct child)

Body

application/json
displayName
string
required

New display name for the organization. Must be non-empty and at most 200 characters.

Maximum string length: 200

Response

Organization renamed successfully

organizationId
string<uuid>

ID of the renamed organization

displayName
string

New display name