Updating user information through REST API
search cancel

Updating user information through REST API

book

Article ID: 235219

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

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.

Resolution

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

 

Additional Information

Use <server>/niku/rest/describe/index.html 
to get the REST API reference.