---
title: "Updates a subscriptions profile."
method: PUT
path: "/subscriptions/{subscriptionId}/profile"
tags: ["Subscriptions"]
---

# Updates a subscriptions profile.

`PUT /subscriptions/{subscriptionId}/profile`

## Path parameters

- `subscriptionId` string, required

## Request body

- SubscriptionProfile
  - `name` string, nullable

## Response `200`

OK

- SubscriptionInfo
  - `branchId` string, nullable
  - `country` string, nullable
  - `createdAt` string, date-time
  - `currency` string, nullable
  - `externalAccountId` string, nullable
  - `id` string, nullable
  - `name` string, nullable
  - `nextBilling` string, date-time, nullable
  - `ownerId` string, nullable
  - `planCode` string, nullable
  - `planState` integer
  - `referralEnabled` boolean
  - `isBetaMember` boolean
  - `elmEnabled` boolean
  - `status` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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