Langfuse · Capability
langfuse — Scim
langfuse — Scim. 7 operations. Lead operation: Scim. Self-contained Naftiko capability covering one Langfuse business surface.
What You Can Do
GET
Scimgetresourcetypes
— Get SCIM Resource Types (requires organization-scoped API key)
/v1/api/public/scim/resourcetypes
GET
Scimgetschemas
— Get SCIM Schemas (requires organization-scoped API key)
/v1/api/public/scim/schemas
GET
Scimgetserviceproviderconfig
— Get SCIM Service Provider Configuration (requires organization-scoped API key)
/v1/api/public/scim/serviceproviderconfig
GET
Scimlistusers
— List users in the organization (requires organization-scoped API key)
/v1/api/public/scim/users
POST
Scimcreateuser
— Create a new user in the organization (requires organization-scoped API key)
/v1/api/public/scim/users
GET
Scimgetuser
— Get a specific user by ID (requires organization-scoped API key)
/v1/api/public/scim/users/{userid}
DELETE
Scimdeleteuser
— Remove a user from the organization (requires organization-scoped API key). Note that this only removes the user from the organization but does not delete the user entity itself.
/v1/api/public/scim/users/{userid}
MCP Tools
get-scim-resource-types-requires
Get SCIM Resource Types (requires organization-scoped API key)
read-only
idempotent
get-scim-schemas-requires-organization
Get SCIM Schemas (requires organization-scoped API key)
read-only
idempotent
get-scim-service-provider-configuration
Get SCIM Service Provider Configuration (requires organization-scoped API key)
read-only
idempotent
list-users-organization-requires-organization
List users in the organization (requires organization-scoped API key)
read-only
idempotent
create-new-user-organization-requires
Create a new user in the organization (requires organization-scoped API key)
get-specific-user-id-requires
Get a specific user by ID (requires organization-scoped API key)
read-only
idempotent
remove-user-organization-requires-organization
Remove a user from the organization (requires organization-scoped API key). Note that this only removes the user from the organization but does not delete the user entity itself.
idempotent