mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 09:49:38 +07:00
fix: add missing "displayName"
This commit is contained in:
@@ -156,6 +156,7 @@ curl -X POST \
|
||||
-d '{
|
||||
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
|
||||
"userName": "test@example.com",
|
||||
"displayName": "Test User",
|
||||
"name": {
|
||||
"givenName": "Test",
|
||||
"familyName": "User"
|
||||
|
||||
Reference in New Issue
Block a user