You are currently viewing 'Create Parent Account ' page



Usage

POST /Auth/RegisterParent

Content-Type

application/x-www-form-urlencoded

Description

Registers a Parent if they don’t have a Parent Account in the system.

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".

Example

Sample Body:

{
"userName": "***********",
"passWord": "***********",
"firstName": "***********",
"lastName": "***********"
"userID": (optional GUID)
}

If userID is supplied then the User record will be created with the specified GUID as the UserID. If it is not supplied the UserID will be automatically generated.