/api/space/user-management/generate-temp-password

The following operation is supported on this resource:

  • GET - Generate Temporary Password
GET /generate-temp-password Version 3

Generate Temporary Password.

Sample Usage

GET /generate-temp-password


  • Sample Output XML:
    <temp-password uri="/api/space/user-management/generate-temp-password">
         <value>String</value>
    </temp-password>

  • Sample Output JSON:
    {
         "temp-password" : {
           "@uri" : "/api/space/user-management/generate-temp-password" ,
           "value" : "String"
         }
    }

  • Access Control

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