---
title: "Set Couple Relationship Spouses Order"
method: POST
path: "/tree/couple-relationships/{crid}/spouses/order"
tags: ["Relationships: Couple"]
---

# Set Couple Relationship Spouses Order

`POST /tree/couple-relationships/{crid}/spouses/order`

Set the ordering of spouse1 and spouse2 in a relationship by explicitly designating which existing spouse should be person1 and which should be person2.

## Path parameters

- `crid` string, required

## Headers

- `X-Reason` string

## Response `204`

The setting of spouse order was successful.

## Other responses

- `400` — The id is invalid, the given spouses are not currently in the relationship, or the persons are currently in traditional order.
- `403` — The relationship is restricted.
- `404` — The requested relationship is not found.
- `410` — The requested relationship has been deleted or merged.
- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/versions/2b5020574a62/schema)
