Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 6, 2022 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/a812c462ff661b1265ffb195c8a50c89 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/a812c462ff661b1265ffb195c8a50c89 to your computer and use it in GitHub Desktop.
# using get_user with user name
username = "QuantInsti"
user = client.get_user(username=username)
print(f"The user name for user name {username} is {user.data.id}.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment