/api/space/user-management/users/{user-id}/validate-password

The following operation is supported on this resource:

  • POST - Validate Password For Edit
POST /users/{user-id}/validate-password Version 3

Validate Password For Edit.

Sample Usage

POST /users/{user-id}/validate-password


  • Sample Input XML:
    <validate-password-request>
         <user-name>String</user-name>
         <password>String</password>
    </validate-password-request>

  • Sample Output XML:
    <validate-password-response total="Integer" uri="/api/space/user-management/users/{user-id}/validate-password">
         <error-message>String</error-message>
    </validate-password-response>

  • Sample Input JSON:
    {
       "validate-password-request" : {
         "user-name" : "String" ,
         "password" : "String"
       }
    }

  • Sample Output JSON:
    {
       "validate-password-response" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/user-management/users/{user-id}/validate-password" ,
         "error-message" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead