v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
topicMembers

Get all members of the Topic'

Get all member users and groups of the Topic

get/api/users/:userId/topics/:topicId/members

Path parameters

userIdstring required

logged in users id

topicIdstring required

topic id to add new members to

Response

Return all member users and groups of topic

Example response

{
  "groups": {
    "count": 1
  },
  "users": {
    "count": 1
  }
}