Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

UserManagement REST API - Updating UserStatus

Guest
Nov 02, 2017 Nov 02, 2017

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

233
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation