---
title: "POST /service-profiles"
method: POST
path: "/service-profiles"
---

# POST /service-profiles

`POST /service-profiles`

Creates a new service profile.

## Request body

- object
  - `Name` string — The name of the new resource.
  - `LoRaWAN` object — LoRaWANServiceProfile object.
    - `AddGwMetadata` boolean — The AddGWMetaData value.
    - `DrMin` integer — The DrMin value.
    - `DrMax` integer — The DrMax value.
    - `PrAllowed` boolean — The PRAllowed value that describes whether passive roaming is allowed.
    - `RaAllowed` boolean — The RAAllowed value that describes whether roaming activation is allowed.
  - `Tags` Tag[] — The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
    - `Key` string, required — The tag's key value.
    - `Value` string, required — The tag's value.
  - `ClientRequestToken` string — Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

## Response `201`

Success

- CreateServiceProfileResponse
  - `Arn` string — The Amazon Resource Name of the new resource.
  - `Id` string — The ID of the new service profile.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ConflictException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
