---
title: "Get stakeholder group by ID"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{groupId}"
tags: ["Stakeholder User management"]
---

# Get stakeholder group by ID

`GET /stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{groupId}`

Get a stakeholder group by its ID for stakeholder communications.

## Path parameters

- `groupId` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsStakeholderGroupResponse — Response containing a single stakeholder group (GET/UPDATE).
  - `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.
  - `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.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
