---
title: "POST /license-server/CreateLicenseServerEndpoint"
method: POST
path: "/license-server/CreateLicenseServerEndpoint"
---

# POST /license-server/CreateLicenseServerEndpoint

`POST /license-server/CreateLicenseServerEndpoint`

Creates a network endpoint for the Remote Desktop Services (RDS) license server.

## Request body

- object
  - `IdentityProviderArn` string, required — The Amazon Resource Name (ARN) that identifies the <code>IdentityProvider</code> resource that contains details about a registered identity provider. In the case of Active Directory, that can be a self-managed Active Directory or an Amazon Web Services Managed Active Directory that contains user identity details.
  - `LicenseServerSettings` object, required — The settings to configure your license server.
    - `ServerType` 'RDS_SAL' — The type of license server.
    - `ServerSettings` object — The <code>ServerSettings</code> resource contains the settings for your server.
      - `RdsSalSettings` object — The <code>RdsSalSettings</code> resource contains settings to configure a specific Remote Desktop Services (RDS) license server.
        - `RdsSalCredentialsProvider` object, required — The <code>CredentialsProvider</code> resource contains a reference to the credentials provider that's used for RDS license server user administration.
          - `SecretsManagerCredentialsProvider` object — Identifies the Secrets Manager secret that contains credentials needed for user administration in the Active Directory.
            - `SecretId` string — The ID of the Secrets Manager secret that contains credentials.
  - `Tags` object — The tags that apply for the license server endpoint.

## Response `200`

Success

- CreateLicenseServerEndpointResponse
  - `IdentityProviderArn` string — The Amazon Resource Name (ARN) of the identity provider specified in the request.
  - `LicenseServerEndpointArn` string — The ARN of the <code>LicenseServerEndpoint</code> resource.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ValidationException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — InternalServerException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/license-manager-user-subscriptions.md) · [All operations](https://skmtc.net/aws/apis/license-manager-user-subscriptions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/license-manager-user-subscriptions/versions/3f333914dcdb/schema)
