POST /directories/{directoryId}/identities/{identityId}/changepassword

POST /directories/{directoryId}/identities/{identityId}/changepassword

Parameters

Name Required Type Description
directoryId true string
identityId true string The incoming JSON should be:

{ "password": ", ,", "verifyPassword": ", ," }

The current user must either be an ADMINISTRATOR of be the owner of the identity.

Response

{}