/api/space/user-management/upload-image

The following operation is supported on this resource:

  • POST - Upload Image
POST /upload-image Version 3

This api is used to upload the image (i.e.,) save image to the IMAGE table.

Sample Usage

POST /upload-image?image-name=<image-name>


  • Parameters:
    Name Type URI Type Description Required
    image-name String Query Name of the image to be uploaded. Y
  • Sample Output XML:
    <upload-image-response uri="/api/space/user-management/upload-image">
             <image-id>Integer</image-id>
             <image-name>String</image-name>
    </upload-image-response>

  • Sample Output JSON:
    {
         "upload-image-response" : {
           "@uri" : "/api/space/user-management/upload-image" ,
           "image-id" : "Integer" ,
           "image-name" : "String"
         }
    }

  • Access Control

    The following capabilities are required to access this API: CreateUser, ModifyUser