List memberships (for a room)
GET {{WEBEXAPI}}/memberships?roomId={{_room}}&max=100
Lists all room memberships. By default, lists memberships for rooms to which the authenticated user belongs.
Use query parameters to filter the response.
Use roomId to list memberships for a room, by ID.
Use either personId or personEmail to filter the results.
https://developer.webex.com/endpoint-memberships-get.html
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
roomId | string | ||
max | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |