Hugging Face Transformers scim API
Use the SCIM API to control and manage your hub Enterprise organization manage members' access. ## Authentication - Must be organization owner - Use Access token with write permission on organization - Organization must be Enterprise Plus ## Key Attribute Matching - Microsoft Entra ID (Azure AD) * SAML: `http://schemas.microsoft.com/identity/claims/objectidentifier` * SCIM: `externalId` - Other Identity Providers * SAML: `NameID` or `unique identifier` * SCIM: `externalId` ## Supported SCIM User Attributes | Attribute | Description | |---|---| | `userName` | Username for the user | | `name.givenName` | First name | | `name.familyName` | Last name | | `emails` | Array of user emails; we don't support email types | | `externalId` | IDP provider's unique identifier | | `id` | Hugging Face SCIM endpoint identifier | | `active` | Boolean for provisioning status |