<div>Hello,</div><div> </div><div>I am a Java developer who is currently consuming the REST API of RT(version 3.8.7.)</div><div> </div><div>I have two requirements :</div><div> </div><ol><li>I am asked to provide a 'script' that will create a user in the RT database(may have special rights or not) - the REST API doesn't provide any such URL. My requirement is to call some code that will take the username and password from my code and create a user in RT</li>
<li>I am using the RT Wiki REST API(<a href="http://requesttracker.wikia.com/wiki/REST">http://requesttracker.wikia.com/wiki/REST</a>). I am able to search for tickets by building a query. I need to know whether REST API supports any 'pagination' - the RT front-end has option to select the no. of rows per page which then paginates in case of a large no. of records.Can the same be done via REST API ?</li>
</ol><div>Please revert in case I need to be more elaborate on my queries.</div><div> </div><div>Thanks and regards !</div>