Remove the members from the specified group.

delete

/social/api/v1/groups/{groupID}/members

Member cannot be removed from the IDCS group. NOTE : Query Param 'disableNotifications' can be set during the Rest request. If 'disableNotifications' is set to true, then no Notification will be sent to the removed members.

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the request.
Root Schema : XV1GroupMemberDeleteInfo
Type: object
V1 Group Member Delete Information.
Show Source
Nested Schema : userIds
Type: array
The member List to be removed from the group. Required.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1GroupMemberInfo
Type: object
V1 Group Direct Member Information DTO.
Show Source
Nested Schema : XV1ConversationRole
Type: object
Show Source
  • Allowed Values: [ "ADMIN", "BYPASS", "CONTRIBUTOR", "DISCOVERER", "GROUP_MANAGER", "GROUP_MEMBER", "HOST", "MANAGER", "MEMBER", "MODERATOR", "NONE", "VIEWER" ]
    V1 Conversation Roles.

    Conversation roles are used to define grantable and nongrantable access to conversations.

Back to Top