When trying to write a user account via a REST API application such as SoapUI, it does not show activity. No errors or informatin is shown that any action was taken.
From Administration > Resources
verify the user internal ID from the UI
which can be used in the REST API reference.
<server>/niku/nu#action:nmc.openUser&id=XXXXXXX
Using a REST API application such as Postman, perform the following calls:
1. GET <server>/ppm/rest/v1/users/XXXXXXX
2. PATCH <server>/ppm/rest/v1/users/XXXXXXX
Using desired JSON body
Use <server>/niku/rest/describe/index.html
to get the REST API reference.