---
title: "Post Profile"
method: POST
path: "/configuration/profiles"
tags: ["users", "configuration"]
---

# Post Profile

`POST /configuration/profiles`

Create a new Bareos profile resource.
Console command used: _configure add profile_

## Request body

- ProfileResource — Possible ACL options
  - `jobacl` string
  - `clientacl` string
  - `storageacl` string
  - `scheduleacl` string
  - `poolacl` string
  - `commandacl` string
  - `filesetacl` string
  - `catalogacl` string
  - `whereacl` string
  - `pluginoptionsacl` string
  - `name` string, required
  - `description` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bareos/apis/bareos-rest-api.md) · [All operations](https://skmtc.net/bareos/apis/bareos-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bareos/bareos-rest-api/revisions/c6a9677e1448/schema)
