Skip to main content

Class wandb.apis.public.User

property api_keys

Names of the user’s API keys. This property returns the names of the the API keys, not the secret associated with the key. The name of the key cannot be used as an API key. The list is empty if the user has no API keys or if API keys have not been loaded.

property teams

Names of the user’s teams. This is an empty list if the user has no team memberships or if teams data was not loaded.

property user_api

A wandb.Api instance using the user’s credentials.