Skip to main content

Class wandb.apis.public.Team

method Team.create()

Create a new team.
Arguments
Api
(Api) The api instance to use
str
(str) The name of the team
str | None
(str) optional username of the admin user of the team, defaults to the current user.
Returns
A Team object

method Team.create_service_account()

Create a service account for the team.
Arguments
str
(str) A description for this service account
Returns
The service account Member object, or None on failure

method Team.invite()

Invite a user to a team.
Arguments
str
(str) The username or email address of the user you want to invite.
bool
(bool) Whether to make this user a team admin. Defaults to False.
Returns
True on success, False if user was already invited or didn’t exist.