BulkOperationMedia

BulkOperationMedia
BulkOperationMedia

A single operation within a SCIM 2.0 bulk request.

JSON Example
{
    "method": "DELETE",
    "path": "/Users/2819c223-7f76-453a-919d-413861904646"
}
string
method
Required  

HTTP method. Must be DELETE.

string
path
Required  

Resource path relative to the SCIM root.

Property Of