Skip to main content
November 2, 2017
Question

UserManagement REST API - Updating UserStatus

  • November 2, 2017
  • 0 replies
  • 262 views

Hi,

I am new to AdobeEchoSign, so kindly excuse if this question is very basic.

I am trying to perform the User Management operations using the REST APIs. I was able to perform create, delete, read & update operations(all other attributes apart from "userStatus") using the REST API (/api/rest/v5/users) successfully, but I am not able to update the "userStatus" attribute using the update method. Below are the details

PUT /api/rest/v5/users/<userId>

{

  "company": "<company>",

    "email": "<email>",

    "firstName": "<firstName>",

    "lastName":"<lastName>",

     "groupId": "<groupId>",

     "roles": [

        "NORMAL_USER"

    ],

  "userStatus": "INACTIVE"

}

The above API call is successful with "200 OK" response code, but still the "userStatus" value doesn't seem to change. Can you let me know if I am missing anything here.

Also can you please provide the password attribute for Adobe Echosign that I can use to update the user account password through the API call.

Let me know for any further clarifications. Thank you in advance.

Regards,
Sadam

This topic has been closed for replies.