List User Streams (Admin)
Returns a list of all the streams of which the specified user is a member, sorted by creation date (ascending - oldest to newest).
Released in 20.16.
Retrieve a list of all streams of which this user is a member,
sorted by creation date (ascending). Since SBE 20.16.
/v1/admin/user/{uid}/streams/list
User ID as a decimal integer
No. of results to skip.
Max no. of results to return. If no value is provided, 50 is the default.
Session authentication token.
Whether to include inactive streams in the list of results.
false
Types of streams to search for.
[{"type":"IM"},{"type":"ROOM"}]
🚧 Required PermissionsOnly service users with the User Provisioning role can use this endpoint.
📘 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?