Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions blog/260803-company-owners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Introducing company owners"
date: "2026-08-03"
tags: ["Product", "Update"]
hide_table_of_contents: true
authors: rharrison
---

You can now assign owners to your companies in the Codat Portal and control which companies your users can access.

<!--truncate-->

## What's new?

One or more owners can optionally be assigned to a company when creating or editing it in the Portal.

We've also introduced a new **company permissions** setting. When enabled for your organization, users with the [Onboarding, Advisor, or Analyst role](/configure/user-management/user-roles) can only access companies they've been assigned to as an owner. Administrator and Developer users retain access to all companies.

## Who is it relevant for?

Clients who want to establish clear ownership of their companies, or need to control which of their users can access which companies' data - for example, banks that need to restrict client data visibility internally.

## How to get started?

Owner assignment is available to all clients today - simply assign owners when creating or editing a company in the Portal.

To enable the company permissions setting for your organization, contact your account manager or our support team.
6 changes: 6 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,9 @@ brucepouncey:
title: Product Engineer
url: https://github.com/brucepouncey
image_url: https://avatars.githubusercontent.com/u/229920420?v=4

rharrison:
name: Rob Harrison
title: Senior Software Engineer
url: https://github.com/Rob-Codat
image_url: https://github.com/Rob-Codat.png
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format:js:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format:mdx": "prettier --write \"**/*.{md,mdx}\"",
"format:mdx:check": "prettier --check \"**/*.{md,mdx}\"",
"links:check": "linkinator ./build --recurse --verbosity error --timeout 20000 --concurrency 25 --retry --skip \".*github.*\"",
"links:check": "linkinator ./build --recurse --verbosity error --timeout 20000 --concurrency 25 --retry --skip \".*github.*\" --skip \"https://docs.codat.io\"",
"vale:sync": "vale sync",
"vale": "vale docs/",
"vale:check": "vale --minAlertLevel=warning docs/",
Expand Down
Loading