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:
G30
2025-11-14 15:53:18 -05:00
committed by GitHub

View File

@@ -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"