Class GroupsBulkTest
Test Methods
(from test 'Bulk operations' in suite 'SCIM-Client v2.0')|
bulkJsonParameter(s):
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:BulkRequest"
],
"Operations": [
{
"method": "POST",
"path": "/Users",
"bulkId": "qwerty",
"data": {
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "scim_test_bjensen_1"
}
},
{
"method": "POST",
"path": "/Groups",
"bulkId": "ytrewq",
"data": {
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"],
"displayName": "Tour Guides",
"members": [
{
"type": "User",
"value": "bulkId:qwerty"
}
]
}
}
]
} | 00:00:00.016 | Mon Sep 30 05:33:20 UTC 2019 | FAIL |
bulkObject | 00:00:00.000 | Mon Sep 30 05:33:20 UTC 2019 | SKIP |
delete | 00:00:00.039 | Mon Sep 30 05:33:20 UTC 2019 | FAIL |
Configuration Methods
No Configuration method was found in this class