> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# User properties

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.apis.public.User

## <Badge color="gray" size="lg" shape="rounded">property</Badge> 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.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> 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.

## <Badge color="gray" size="lg" shape="rounded">property</Badge> user\_api

A `wandb.Api` instance using the user's credentials.
