Update an organization
Update an organization’s metadata by its ID. At least one field must be provided.
Payload Requirements
- At least one of
nameordescriptionmust be provided. - If
nameis provided, it must be unique within the account. - System-managed fields (
id,created_at) cannot be modified.
Valid example
{
"name": "Platform Engineering Team",
"description": "Renamed from Agent Engineering Team"
}
Invalid example (no fields provided)
{}
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique organization identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Body
Body containing organization update parameters. At least one field must be provided.
Response
An organization object
An organization is a top-level container within an account for grouping spaces and managing access control. Organizations enable team separation with role-based access control at the organization level.