---
title: "Get stakeholder group with memberships"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{id}/with_memberships"
tags: ["Stakeholder User management"]
---

# Get stakeholder group with memberships

`GET /stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{id}/with_memberships`

Get a stakeholder group with its members.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsStakeholderGroupsAndMemberships — Response containing a stakeholder group with its members.
  - `group` StakeholderCommsStakeholderGroup — A stakeholder group in Stakeholder Comms.
    - `id` string — Unique identifier of the stakeholder group.
    - `name` string — Name of the stakeholder group.
    - `description` string — Description of the stakeholder group.
    - `ownerId` string — Identifier of the group owner.
    - `logoUrl` string — URL of the group logo.
    - `status` 'ACTIVE' | 'INACTIVE' | 'SUSPENDED' | 'DELETED' — Status of the stakeholder group.
    - `insertedAt` string, date-time — When the group was created.
    - `updatedAt` string, date-time — When the group was last updated.
    - `services` string[] — Service identifiers linked to this group.
  - `memberships` StakeholderCommsStakeholderGroupMembership[]
    - `memberId` string — Identifier of the group member.
    - `memberType` string — Type of the group member.
  - `error` string — Error message, if the operation was not successful.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to view the stakeholder group.
- `404` — Returned if the stakeholder group is not found.
- `500` — Returned if an internal server error occurs.

---

[API](https://skmtc.dev/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.dev/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/revisions/ed65f017bcb8/schema)
