---
title: "Update a member’s tier"
method: POST
path: "/loyalty/members/{card_code}/tier_change"
tags: ["Members"]
---

# Update a member’s tier

`POST /loyalty/members/{card_code}/tier_change`

Change the a loyalty member's tier based on its card code.

## Path parameters

- `card_code` string, required

## Request body

- object
  - `event_date` string
  - `tier_name` string, required
  - `force_points` boolean, required
  - `context` string, required

## Response `200`

Change tier event creation is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Membership not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/versions/2ff4735f665c/schema)
