# Organization Profile

The **Organization Profile** is where admins maintain core company information used across the platform.

## What you can edit

Typical editable fields include:

* organization name,
* legal or billing identity details,
* operational metadata used for administration,
* organization-wide settings exposed in the platform.

## Who can edit

Only high-privilege roles should edit profile settings (typically **ADMINISTRATOR** or **OWNER**).

## Best practices

* Keep organization metadata up to date to reduce billing and compliance issues.
* Restrict profile-edit permissions to a small admin group.
* Review settings after ownership or finance changes.

## API mapping

* `GET /organization/{orgId}`
* `PUT /organization/{orgId}`

See: [Organization Management API](https://docs.flashback.tech/support-reference/platform-api-reference/organization)
