---
title: "List all relationships belonging to a guest"
method: GET
path: "/v1/guests/{guest_id}/relationships"
---

# List all relationships belonging to a guest

`GET /v1/guests/{guest_id}/relationships`

This API retrieves all the relationships of a guest. For example, spouse, friend, etc. This allows you to view a list of all the family members of the guest.

## Path parameters

- `guest_id` string, required

## Response `200`

200

- object
  - `guest_relationships` object[]
    - `id` integer
    - `guest` object
      - `id` string
      - `name` string
    - `relationship` object
      - `id` string
      - `name` string
    - `allow_sharing_accounts` boolean
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
