This space is archived

For current information please use the current ExamSys documentation

createAccount

/webServices/createAccount

Purpose

To enable the creation of Rogo accounts.

Parameters

N/A

Access

Requires SysAdmin access.

Data

This should be POSTED along with the request

ROGO_USER = 'rogo sysadmin username' 
ROGO_PW = 'the correct password' 
data = 
<user>
  <username>TESTUSER</username>
  <password>TESTUSER_PASSWORD</password>
  <title>Mr</title>
  <surname>Test</surname>
  <firstnames>Tesser</firstnames>
  <email>test@testuser.com</email>
  <course>A100</course>
  <gender>Female</gender>
  <yearofstudy>1</yearofstudy>
  <roles>Student</roles>
</user>