fix: add missing "displayName"

This commit is contained in:
silentoplayz
2025-11-14 15:51:52 -05:00
parent fed2934ae9
commit e1ab3a94d0

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"