mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Merge pull request #817 from silentoplayz/scim-small-fix
fix: add missing "displayName" in curl example to create new user
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