---
title: "Add members to stakeholder group"
method: POST
path: "/stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{groupId}/members"
tags: ["Stakeholder User management"]
---

# Add members to stakeholder group

`POST /stakeholder-comms/cloudId/{cloudId}/api/stakeholder_groups/{groupId}/members`

Add members to a stakeholder group in Stakeholder communications.

## Path parameters

- `groupId` string, required

## Request body

- StakeholderCommsGroupAddMembersRequest — Request to add members to a stakeholder group.
  - `stakeholders` StakeholderCommsCreateStakeholderInput[] — Stakeholders to add to the group.
    - `stakeholder` object, required — Stakeholder creation input.
      - `aaid` string — Atlassian Account ID.
      - `stakeholderType` 'EXTERNAL' | 'INTERNAL' | 'GROUP' | 'TEAM', required — Type of stakeholder.
      - `skipConfirmation` boolean, required — Whether to skip email confirmation.
      - `assignmentType` 'INCIDENT' | 'SITE' | 'ORG' | 'PAGE' | 'PRODUCT' | 'ASSET' | 'SERVICES', required — Type of assignment.
      - `externalAssignmentId` string, required — External assignment identifier.
      - `addedFrom` 'STATUSPAGE' | 'JSM', required — Source system.
      - `emailId` string — Email address.
      - `atlassianTeamId` string — Atlassian team identifier.
      - `stakeholderGroupId` string — Group identifier.
      - `phoneNumber` string — Phone number.
      - `phoneCountry` string — Phone country code.
      - `webhook` string — Webhook URL.
      - `preference` object, required — Notification preferences input.
        - `email` object, required
          - `enabled` boolean
        - `sms` object, required
          - `enabled` boolean
        - `webhook` object, required
          - `enabled` boolean
    - `joiningGroupId` string — Optional group ID to add the stakeholder to.

## Response `200`

Returned if the members are successfully added to the stakeholder group.

- StakeholderCommsGroupMemberConnectionResponse — Response containing a list of stakeholder group members.
  - `connection` 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.
  - `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 add members to 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)
