--- swagger: "2.0" info: title: Stride description: This service provides public API for the Stride. version: 1.0.0 host: api.atlassian.com basePath: / schemes: - http produces: - application/json consumes: - application/json paths: /site/{cloudId}/conversation/{conversationId}/roster: get: summary: Get conversation roster description: Authentication required, with scope participate:conversation operationId: SiteConversationRosterByCloudIdAndConversationIdGet x-api-path-slug: sitecloudidconversationconversationidroster-get parameters: - in: header name: Accept - in: path name: cloudId - in: header name: Content-Type - in: path name: conversationId - in: query name: limit - in: query name: start responses: 200: description: OK tags: - messaging - site - cloud - conversation - conversation - roster definitions: [] x-collection-name: Stride x-streamrank: polling_total_time_average: "0" polling_size_download_average: "0" streaming_total_time_average: "0" streaming_size_download_average: "0" change_yes: "0" change_no: "0" time_percentage: "0" size_percentage: "0" change_percentage: "200" last_run: ~ days_run: "0" minute_run: "0" ---