Stream Members
Returns a list of all the current members of a stream (IM or chatroom).
Path parameters
idstringRequired
stream Id
Query parameters
skipintegerOptional
Number of items to skip. Default is 0.
limitintegerOptional
Maximum number of items to return. Default is 100 and not to exceed 1000.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/admin/stream/{id}/membership/list
π§ Required Permissions
π External users
π Creation and Ownership
π Join Date
π Note - Groups
Last updated
Was this helpful?