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 |
Hugging Face Transformers scim API is one of 27 APIs that Hugging Face Transformers publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include scim. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 28 operations across 12 paths. It is described by OpenAPI 3.1.0, at version 0.0.1.
Requests are made against a single base URL, https://huggingface.co.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Hugging Face Transformers scim API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 28
Across 12 paths, the API surfaces 28 operations — 4 DELETE, 12 GET, 4 PATCH, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.
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 permissio…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Hugging Face Transformers 12
Other APIs Hugging Face Transformers publishes across the network.