Create a Bulk Request
post
                    /admin/v1/Bulk
Request
Supported Media Types
                - application/scim+json
- application/json
Header Parameters
                - 
                        Authorization: string
                        
                        The Authorization field value consists of credentials that contain the authentication information of the user agent for the realm of the resource being requested.
- 
                        Content-Type: string
                        
                        Media Type
Root Schema : Bulk
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectMake bulk requests to create, replace, update, delete resources of any type. Enables clients to send a potentially large collection of resource operations in a single request. This REST API is SCIM compliant.
    
    
    
    
        Show Source
        - 
            Operations: 
            array  Operations
            
            The body of an HTTP PATCH request MUST contain the attribute "Operations", whose value is an array of one or more patch operations.
- 
            schemas: 
            array  schemas
            
            SCIM++ Properties:- caseExact: false
- idaasSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
Nested Schema : Operations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe body of an HTTP PATCH request MUST contain the attribute "Operations", whose value is an array of one or more patch operations.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  Bulk-Operations
            
            Defines operations within a bulk request. Each operation corresponds to a single HTTP request against a resource endpoint.
Nested Schema : schemas
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySCIM++ Properties:
    
    
    
    - caseExact: false
- idaasSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed Values: 
    
    
    
        Show Source
        
        
    
    
    
    
    
    
[
    "urn:ietf:params:scim:api:messages:2.0:BulkRequest"
]Nested Schema : Bulk-Operations
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefines operations within a bulk request. Each operation corresponds to a single HTTP request against a resource endpoint.
    
    
    
    
        Show Source
        - 
            bulkId(optional): 
            string
            SCIM++ Properties:- type: string
 
- 
            data(optional): 
            object  data
            
            SCIM++ Properties:- type: object
 
- 
            method(optional): 
            string
            Allowed Values:[ "POST", "PUT", "PATCH", "DELETE" ]SCIM++ Properties:- required: true
- type: string
 
- 
            path(optional): 
            string
            SCIM++ Properties:- required: true
- type: string
 
Nested Schema : data
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectSCIM++ Properties:
    
    
    
    
    
    
    
    
    
    
- type: object
Response
Supported Media Types
                - application/json
- application/scim+json
201 Response
Request successful. Bulk operations have been processed.
                
                
                    Root Schema : Bulk
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectMake bulk requests to create, replace, update, delete resources of any type. Enables clients to send a potentially large collection of resource operations in a single request. This REST API is SCIM compliant.
    
    
    
    
        Show Source
        - 
            Operations: 
            array  Operations
            
            The body of an HTTP PATCH request MUST contain the attribute "Operations", whose value is an array of one or more patch operations.
- 
            schemas: 
            array  schemas
            
            SCIM++ Properties:- caseExact: false
- idaasSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
Nested Schema : Operations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe body of an HTTP PATCH request MUST contain the attribute "Operations", whose value is an array of one or more patch operations.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  Bulk-Operations
            
            Defines operations within a bulk request. Each operation corresponds to a single HTTP request against a resource endpoint.
Nested Schema : schemas
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySCIM++ Properties:
    
    
    
    - caseExact: false
- idaasSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed Values: 
    
    
    
        Show Source
        
        
    
    
    
    
    
    
[
    "urn:ietf:params:scim:api:messages:2.0:BulkRequest"
]Nested Schema : Bulk-Operations
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefines operations within a bulk request. Each operation corresponds to a single HTTP request against a resource endpoint.
    
    
    
    
        Show Source
        - 
            bulkId(optional): 
            string
            SCIM++ Properties:- type: string
 
- 
            data(optional): 
            object  data
            
            SCIM++ Properties:- type: object
 
- 
            method(optional): 
            string
            Allowed Values:[ "POST", "PUT", "PATCH", "DELETE" ]SCIM++ Properties:- required: true
- type: string
 
- 
            path(optional): 
            string
            SCIM++ Properties:- required: true
- type: string
 
Nested Schema : data
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectSCIM++ Properties:
    
    
    
    
    
    
    
    
    
    
- type: object
401 Response
The supplied credentials, if any, are not sufficient to access the resource.
                
                
                500 Response
We couldn't return the representation due to an internal server error.