add group to resource_type
This commit is contained in:
parent
23d696b407
commit
a5ddf786d4
1 changed files with 17 additions and 0 deletions
|
|
@ -15,5 +15,22 @@
|
||||||
"location": "ResourceType/User"
|
"location": "ResourceType/User"
|
||||||
},
|
},
|
||||||
"schemaExtensions": []
|
"schemaExtensions": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"schemas": [
|
||||||
|
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
|
||||||
|
],
|
||||||
|
"id": "Group",
|
||||||
|
"name": "Group",
|
||||||
|
"endpoint": "/Groups",
|
||||||
|
"description": "A collection of users",
|
||||||
|
"schema": "urn:ietf:params:scim:schemas:core:2.0:Group",
|
||||||
|
"meta": {
|
||||||
|
"resourceType": "ResourceType",
|
||||||
|
"created": "2025-04-16T08:37:00Z",
|
||||||
|
"lastModified": "2025-04-16T08:37:00Z",
|
||||||
|
"location": "ResourceType/Group"
|
||||||
|
},
|
||||||
|
"schemaExtensions": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue