Uri

/services/maps/

Method

registrant.password.reset

Summary

Reset a password on the behalf of another user

Arguments

Parameter Data Type Notes
key alphanumeric required
password1 alphanumeric required
password2 alphanumeric required
session alphanumeric required
username alphanumeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<user id="191" key="deb5da32f82ff533fa3e8fb865569765079f4d06d3d1b0f18f9ef8f521bb143dc78e1fd753c" >
	<username>andrew_campbell_2</username>
	<email>andrew_campbell2@aamc.globalnet.co.uk</email>
	<firstname>andrew</firstname>
	<secondname>campbell</secondname>
	<uci>1000</uci>
	<upn>1000</upn>	
	<messages>
	<unread>0</unread>
	</messages>	
	<tasks>
		<student>
		<!-- Expanded lists -->
		<overdue>0</overdue>
		<awaiting_marking>0</awaiting_marking>
		<todo>43</todo>
		<marked>0</marked>
		<open>43</open>
		<complete>0</complete>
		</student>
		<teacher>
		<overdue>0</overdue>
		<awaiting_marking>0</awaiting_marking>
		<todo>0</todo>
		</teacher>
	</tasks>
</user>

</response>