# Create Profile

Create a new charger profile

Endpoint: POST /tenant/{tenant}/profile
Version: 2.0.0
Security: bearerToken

## Path parameters:

  - `tenant` (string, required)

## Request fields (application/json):

  - `displayName` (string, required)
    Profile display name

  - `cpmsId` (any, required)
    CPMS backend ID(s) to associate with this profile

