Retrieving Users

The retrieving users’ endpoint allows you to retrieve a user by their ID.

client.get(userId: "123") { result in /* ... */ }
© Getstream.io, Inc. All Rights Reserved.