Get details about the profiles available to the logged-in user.

h2osteam.get_profiles(conn)

Arguments

conn

The SteamConnection object obtained by h2osteam.login.

Value

Profiles available to the logged-in user.

Examples

if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") profiles <- h2osteam.get_profiles(conn) print(profiles) }