Jump to content
Changes to the Jaspersoft community edition download ×

Updating a user with the rest service


waalp

Recommended Posts

i'm trying to update a user with the rest service. I have the following user descriptor:

  <user>
    <enabled>false</enabled>
    <externallyDefined>false</externallyDefined>
    <fullName>Joe User</fullName>
    <tenantId>develdb</tenantId>
    <username>joeuser</username>
  </user>
 

Wich i'm using for a post request to the following url: http://localhost:8080/jasperserver-pro/rest/user/

But it gives a 400 Bad request code. Is this the right user descriptor to send ? I couldn't find a example of a descriptor... We are using jasperserver 4.7.

Peter

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...