Class wandb.apis.public.User
method User.create()
Create a new user. This is an internal method. Use thecreate_user() method of
wandb.Api instead.
Arguments
Api
The API instance to use to create the user.
str
The email for the user.
bool | None
Whether this user should be a global instance admin.
Returns
AUser object.
method User.delete_api_key()
Delete a user’s API key. Only the owner of the key or an admin can delete it.Arguments
str
The name of the API key to delete. Use one of the names returned by the
api_keys property.Returns
True on success, false on failure.method User.generate_api_key()
Generate a new API key.Arguments
str | None
A description for the new API key. This can be used to identify the purpose of the API key.