云SSO支持的SCIM_2.0接口 patch%E6%9B%B4%E6%96%B0%E7%94%A8%E6%88%B7%E7%BB%84) 支持 更新用户组信息(部分更新)。 DELETE /Groups/{id} 支持 删除指定ID的用户组。 /Me 无 不支持 无 /Bulk 无 不支持 无 /.Search 无 不支持 无 发现端点 /ServiceProviderConfig 功能描述 获取服务端支持的功能配置。 使用约束 无需认证。 请求示例 plaintext curl H "ContentType: application/scim+json" 返回示例 plaintext { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig" ], "patch": { "supported": true }, "bulk": { "supported": false, "maxOperations": 0, "maxPayloadSize": 0 }, "filter": { "supported": false, "maxResults": 200 }, "changePassword": { "supported": false }, "sort": { "supported": false }, "etag": { "supported": false }, "authenticationSchemes": [ { "type": "oauthbearertoken", "name": "OAuth Bearer Token", "description": "Authentication scheme using the OAuth Bearer Token Standard", "specUri": " "primary": true } ], "meta": { "resourceType": "ServiceProviderConfig", "location": "/scim/v2/ServiceProviderConfig" } } 返回结果显示: 支持的功能:patch 不支持的功能:bulk、changePassword、etag、filter、sort