Hello,
I am trying to add users to a usergroup using the JSS Rest API.
Reading the documentations the request should look like this:
<user_group>
<user_additions>
<user>
<id>1</id>
</user>
</user_additions>
</user_group>
However, I get a HTTP 400 (Bad Request) in return from the server.
Is there something wrong in the XML?
See the image below for Update note.
