---
title: "Get stakeholder groups by name"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/by_name/{name}"
tags: ["Stakeholder User management"]
---

# Get stakeholder groups by name

`GET /stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/by_name/{name}`

Get stakeholder groups by name.

## Path parameters

- `name` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsStakeholderGroupConnection — Connection-style response for listing stakeholder groups.
  - `nodes` StakeholderCommsStakeholderGroup[]
    - `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.
  - `pageInfo` object — Pagination information.
    - `hasNextPage` boolean — Whether there is another page of results.
    - `endCursor` string — Cursor for the end of the current page.
  - `totalCount` integer — Total number of stakeholder groups matching the filter.

## 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 stakeholder groups.
- `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)
