10fa524540
- refactored SCIM 2.0 server core library - new Domain SCIM resource - simple JWT implementation - enhanced documentation - split out PostfixAdmin SCIM API
19 lines
No EOL
427 B
JSON
19 lines
No EOL
427 B
JSON
[
|
|
{
|
|
"userName": "testuser",
|
|
"profileUrl": "http://example.com/testuser"
|
|
},
|
|
{
|
|
"userName": "testuser2",
|
|
"externalId": "testuser2external",
|
|
"name": {
|
|
"givenName": "given",
|
|
"familyName": "family"
|
|
}
|
|
},
|
|
{
|
|
"userName": "testuser3",
|
|
"externalId": "testuser3external",
|
|
"profileUrl": "http://example.com/testuser3"
|
|
}
|
|
] |