Hi There,
I am new to JIRA, so kindly excuse if this question is very silly :)
I am trying to perform the User Management operations using the REST APIs. I was able to Create, Delete & Search (for single user using the username paramater).
I am not able to update user information (like emailAddress or displayName) using PUT method. Can you please let me know what I'm missing here:
I created the user using following POST method (/rest/api/2/user)
{
"emailAddress": "test.provisioning@example.com",
"name": "test.provisioning",
"displayName": "TestProvisioning"
}
And the user got created successfully. But when trying to invoke PUT method using the following JSON(for performing Update operation):
{
"displayName": "Test2Provisioning"
}
I am getting the below error message:
"Oops, something went wrong
Please check".
Please help...
Also I would like to know of there is any approach using REST APIs to
*Fetch the whole list if users from User Management
*User Password Reset
*Enable / Disable a user
Let me know for any further clarifications. Thank you in advance.
Regards,
Sadam
Hi Sadam,
The following KB might be helpful for you to work on the user management using API:
Hello Sadam,
You can take a look at this page who will find some code to update user
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.