client.user("123").get();Retrieving Users
The retrieving users' endpoint allows you to retrieve a user by their ID.
await client.Users.GetAsync("123");The retrieving users' endpoint allows you to retrieve a user by their ID.
await client.Users.GetAsync("123");