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

# Users Admin API

The OwnID Admin API allows administrators and backend systems to perform essential CRUD operations on user accounts. Below are examples of how to create, update, search, retrieve, and delete user accounts using the Admin API.

<CardGroup>
  <Card title="Create a New Account" icon="circle-down" href="/caim/admin-apis/account/create-a-new-account">
    To create a new account
  </Card>

  <Card title="Update an Account" icon="circle-down" href="/caim/admin-apis/profile/update-an-existing-account">
    To update an existing account profile
  </Card>

  <Card title="Get an Account" icon="circle-down" href="/caim/admin-apis/profile/retrieve-an-accounts-profile">
    To retrieve the account profile data
  </Card>

  <Card title="Delete an Account" icon="circle-down" href="/caim/admin-apis/account/delete-an-account">
    To delete an existing account
  </Card>
</CardGroup>
