SCIM API
Use the W&B SCIM API to manage your W&B organization’s users and teams at scale using an an identity provider (IdP) like Okta or Microsoft Entra. The following sections describe each category of the SCIM API.User SCIM API
The User SCIM API allows you to create, deactivate, fetch, and list users in a W&B organization, and to assign predefined or custom roles. For complete request/response examples, use the detailed SCIM reference.Deactivate a user with
PATCH /scim/Users/{id} and set {"active": false}. Hosting option determines the outcome: Dedicated Cloud and Self-Managed deployments retain the user record, while Multi-tenant Cloud removes the user from the organization. Reactivation is unavailable in Multi-tenant Cloud; re-add the user instead. See Deactivate user and Reactivate user.Group SCIM API
The Group SCIM API allows for managing W&B teams, including creating or removing teams in an organization. Use thePATCH Group to add or remove users in an existing team.
There is no notion of a
group of users having the same role within W&B. A W&B team closely resembles a group, and allows diverse personas with different roles to work collaboratively on a set of related projects. Teams can consist of different groups of users. Assign each user in a team a role: team admin, member, viewer, or a custom role.W&B maps Group SCIM API endpoints to W&B teams because of the similarity between groups and W&B teams.