POST https://api.legendonlineservices.co.uk/users/user

Creates a new user

Request Parameters

From Body Type Description
FirstName String Max 30 characters
LastName String Max 30 characters
LoginName String Max 20 characters
RefGroupID Int32 Optional.




{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "LoginName": "sample string 3",
  "RefGroupID": 1
}

Response - (Status 200 - OK)

No object is returned by this request

Remarks

Returns status code '201' if the user has been created
Returns status code '200' if the user already exists

Bundle(s)
Users