---
title: "Update user membership info"
method: PUT
path: "/v2/users/{userId}/membership-info"
tags: ["Users"]
---

# Update user membership info

`PUT /v2/users/{userId}/membership-info`

## Request body

- MembershipInfo — User's loyalty program membership details.
  - `membershipInfos` LoyaltyInfo[]
    - `appliedTo` string[]
    - `id` string, required
    - `issuedBy` string, required
    - `type` 'UNKNOWN_TYPE' | 'AIR' | 'HOTEL' | 'CAR' | 'RAIL', required
    - `linked` boolean — Indicates if this loyalty account is linked to the external provider. Only applicable for certain loyalty types.
    - `tier` string — Loyalty membership tier name echoed from the supplier.
  - `isLoyaltyBlocked` boolean — Whether user is blocked to use loyalty programs. This is a read only field.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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