Class wandb.apis.public.Team
method Team.create()
Create a new team.Arguments
Api
(
Api) The api instance to usestr
(str) The name of the team
str | None
(str) optional username of the admin user of the team, defaults to the current user.
Returns
ATeam 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 accountMember 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.