---
title: "POST /api/v1/license/Assignment"
method: POST
path: "/api/v1/license/Assignment"
tags: ["LicenseAssignment"]
---

# POST /api/v1/license/Assignment

`POST /api/v1/license/Assignment`

## Request body

- AssignLicensesRequest
  - `Assignments` Assignment[], nullable
    - `Identity` string, nullable
    - `Permissions` PermissionData[], nullable
      - `DestinationId` string, nullable
      - `Allowed` AceLight
        - `Identity` string, nullable
        - `Allow` boolean
        - `Permissions` Permission[], nullable
          - `Id` string, nullable
          - `Name` string, nullable
      - `Denied` AceLight
        - `Identity` string, nullable
        - `Allow` boolean
        - `Permissions` Permission[], nullable
          - `Id` string, nullable
          - `Name` string, nullable

## Response `200`

- AssignLicensesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
