BulkOperationResultMedia

BulkOperationResultMedia
BulkOperationResultMedia

Result of a single bulk operation.

JSON Example
{
    "method": "DELETE",
    "location": "https://host/usergroup/t/tenant1/scim/v2/Users/2819c223-7f76-453a-919d-413861904646",
    "status": "204",
    "response": {
        "schemas": [
            "string"
        ],
        "scimType": "mutability",
        "detail": "User not found: 2819c223-7f76-453a-919d-413861904646",
        "status": "404"
    }
}
string
method
Required  

HTTP method echoed from request.

string
location
Optional

Full URI of the resource.

string
status
Required  

HTTP status code as string.

response
Optional

SCIM 2.0 Error response.