Create a new applink for the specified conversation.

post

/social/api/v1/conversations/{conversationID}/applinks

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the request.
Root Schema : XV1AppLinkCreateInfo
Type: object
V1 App Link Create Information DTO.
Show Source
  • If set to true and a shadow user gets created, send an invitation to the user.
  • An object's unique identifier from a long integer representation.
  • The name of the user for whom the applink will be created. Either {@link #userID} or {@link #userName} must be specified. If they are both specified, {@link #userID} will take precedence.
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1AppLinkInfo
Type: object
V1 App Link Information DTO.
Show Source
  • The access token. When the cList for the applink is launched, this token will be passed to the Content and Experience Cloud server.
  • The full URL for cList, containing the conversation or collaboration object ID for which the link is generated.
Back to Top