List User Streams
Returns a list of all the streams of which the requesting user is a member, sorted by creation date (ascending - oldest to newest).
Retrieve a list of all streams of which the requesting user is a member,
sorted by creation date (ascending).
No. of results to skip.
Max no. of results to return. If no value is provided, 50 is the default.
Session authentication token.
Stream filtering parameters.
Types of streams to search for.
[{"type":"IM"},{"type":"ROOM"}]
Whether to include inactive streams in the list of results.
false
A list of streams of which the requesting user is a member.
Request Example
streamTypes
streamTypes
: A list of stream types (defined as an object) that will be returned. Options are IM (1-1 instant messages), ROOM (rooms), POST (the user's wall).
📘 Overview of streamsA stream is like a container for messages exchanged between two or more users via a given instant message (IM) or chat room. For more information, refer to Overview of streams.
Last updated
Was this helpful?