Add the specified member to the specified conversation.

post

/social/api/v1/conversations/{conversationID}/members/{memberID}

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the request.
Root Schema : XV1ConversationMemberCreateInfo
Type: object
V1 Conversation Direct Member Change Information.
Show Source
Nested Schema : XV1GroupOriginType
Type: object
Show Source
  • Allowed Values: [ "CEC", "IDP" ]
    Enum to list the source of origin from where the Groups are originally created.
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

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1ConversationMemberInfo
Type: object
V1 Conversation 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.

404 Response

Failed operation. GroupOriginType does not match with the group.
Body ()
Root Schema : XV1GroupOriginType
Type: object
Show Source
  • Allowed Values: [ "CEC", "IDP" ]
    Enum to list the source of origin from where the Groups are originally created.
Back to Top