---
title: "Get Marriott Bonvoy account info"
method: GET
path: "/v2/users/{userId}/marriott-bonvoy-member-data"
tags: ["Users"]
---

# Get Marriott Bonvoy account info

`GET /v2/users/{userId}/marriott-bonvoy-member-data`

This endpoint gets Marriott Bonvoy account info for a user.

## Response `200`

OK

- GetMarriottBonvoyMemberDataResponse — Marriott Bonvoy member data. All fields are omitted when the traveler has no linked Bonvoy account or when member data could not be fetched from Marriott.
  - `activeCoBrandCardHolder` string — Whether the user is an active co-brand card holder.
  - `alternateCustomerId` string — Alternate Marriott ID
  - `eliteLevel` 'MEMBER' | 'SILVER' | 'GOLD' | 'PLATINUM' | 'TITANIUM' | 'AMBASSADOR' — Elite level description of Marriott Bonvoy member
  - `eliteLevelId` string — Marriott elite level id (R, S, G, P). Stable across member locales.
  - `eliteLevelDescription` string — Elite level display text, localized by Marriott and passed through as-is.
  - `isCardHolder` boolean — Whether the member holds an active Marriott co-brand credit card. Derived from activeCoBrandCardHolder.
  - `pointBalance` integer — Point balance of Marriott Bonvoy member. Can be negative.
  - `accountStatus` string — Account status of Marriott Bonvoy member

## 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/revisions/72a5366b0bb3/schema)
