> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add an organization administrator

> Step-by-step guide for organization administrators to add or remove other administrators in Cognite Data Fusion (CDF).

Organization administrators have full control over organization-level settings, including registering applications and managing access. Assign this role carefully; at least one administrator must remain active at all times. For more information on organization administrators, see [Organizations](/api-reference/concepts/20230101/organizations).

## Prerequisites

* You must be an existing organization administrator to add or remove other administrators.
* The users you want to add must have signed in to the organization at least once.

<Note>
  If your organization has no administrators yet, contact your Cognite representative and share the user IDs of the users who should become organization administrators. To find a user ID, select the username in the bottom-left corner of the sidebar and select <span class="ui-element">Manage account</span>.
</Note>

## Add an organization administrator

<Steps>
  <Step title="Open the Admins tab">
    Sign in to [Cognite Data Fusion](https://fusion.cognite.com) as an organization administrator and select the <span class="ui-element">Admin</span> workspace.

    Navigate to <span class="ui-element">My organization</span> > <span class="ui-element">Admins</span>.
  </Step>

  <Step title="Add an admin">
    Select <span class="ui-element">Add admin</span>.

    In the <span class="ui-element">Add admin</span> dialog, open the dropdown and select the user you want to add as an organization administrator.
  </Step>

  <Step title="Confirm">
    Select <span class="ui-element">Add</span> to grant organization administrator access.

    The user appears in the list of organization administrators with their name, email, and user ID, and can manage organization-level settings.
  </Step>
</Steps>

## Remove an organization administrator

<Steps>
  <Step title="Open the Admins tab">
    In the <span class="ui-element">Admin</span> workspace, select <span class="ui-element">My organization</span> > <span class="ui-element">Admins</span>.
  </Step>

  <Step title="Remove the admin">
    Find the administrator in the list, open the row menu (**...**), and select <span class="ui-element">Remove as admin</span>.

    Confirm the removal when prompted.
  </Step>
</Steps>

<Warning>
  Make sure at least one organization administrator remains. If you remove the last organization admin, no one in your organization can manage organization settings.
</Warning>

## Further reading

* [Register applications](/cdf/admin/manage_organization/register_apps)
* [CDF administrators](/cdf/access/concepts/concepts#cdf-administrators)
* [Organizations API reference](/api-reference/concepts/20230101/organizations)
