---
title: "Add a party to a group"
method: PUT
path: "/groups/{id}/members/{memberId}"
tags: ["Groups"]
---

# Add a party to a group

`PUT /groups/{id}/members/{memberId}`

Adds the party to the group's membership. Idempotent.

## Response `204`

The party is a member of the group.

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/party-manager-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/party-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/party-manager-api/revisions/9335aaa9690f/schema)
