---
title: "Cloud Disk Array - Benutzererstellung (EN)"
description: "This guide shows you how to create a new Cloud Disk Array user"
url: https://docs.ovhcloud.com/de/guides/storage-and-backup/block-storage/cloud-disk-array/ceph-create-a-user
lang: de
lastUpdated: 2018-03-26
---
# Cloud Disk Array - Benutzererstellung (EN)

## Objective

This guide shows you how to create a new Cloud Disk Array user, using the OVHcloud Control Panel or the OVHcloud API.

## Requirements

- A [Cloud Disk Array](https://www.ovhcloud.com/de/storage-solutions/cloud-disk-array/) solution


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/dedicated/cda">Cloud Disk Array</ManagerLink>
- **Navigation path:** <code className="action">Bare Metal Cloud</code> > <code className="action">Cloud Disk Array</code> > Select your service

***


## Instructions

### Using the OVHcloud Control Panel

:::info
Using the OVHcloud Control Panel is the easiest way to create a user.

:::

On your Cloud Disk Array service page, go to the `Users
` tab.
![Ceph users](/images/storage-and-backup/block-storage/cloud-disk-array/ceph-create-a-user/create_a_user_1.png)
Enter a username.

:::warning
Your username needs to contain at least three characters.

:::

![Ceph user creation](/images/storage-and-backup/block-storage/cloud-disk-array/ceph-create-a-user/create_a_user_2.png)
The user is then created.

![Ceph user creation](/images/storage-and-backup/block-storage/cloud-disk-array/ceph-create-a-user/create_a_user_3.png)
### Using the API

:::tip
If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/de/guides/manage-and-operate/api/first-steps.md) guide.

:::

You can create a user using this API route:


🇪🇺EU▾

[POST/dedicated/ceph/{serviceName}/user](https://eu.api.ovh.com/console/?section=/dedicated/ceph&branch=v1#post-/dedicated/ceph/-serviceName-/user)

`serviceName` is the fsid of your cluster.

You can also check the user creation by creating a list of users:


🇪🇺EU▾

[GET/dedicated/ceph/{serviceName}/user](https://eu.api.ovh.com/console/?section=/dedicated/ceph&branch=v1#get-/dedicated/ceph/-serviceName-/user)

```bash
GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
[
  {
    mdsCaps: ""
    monCaps: "allow r"
    serviceName: "98d166d8-7c88-47b7-9cb6-63acd5a59c15"
    name: "myuser"
    osdCaps: "allow class-read object_prefix rbd_children"
    key: "AQA9KpdXoBrDNhAAFCM7m/XOtmWh3LMSNlHVqw=="
  }
]
```

## Go further

Visit our dedicated Discord channel: [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud). Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

Join our [community of users](https://community.ovhcloud.com/).
