The UserLogin operation allows you to retrieve the user record for a user
of OneGreatfamily system.
2008-08-19
Initial version without URL versioning
2009-03-03 Version URL's implemented
/FamilyTree/2009-03-03/User.svc
2009-03-18 Seperate SOAP and REST URL's
SOAP URI:
/Service/2009-03-18
REST URI [GET]:
/FamilyTree/2009-03-18/User.svc/login?username={Username}&password={Password}
| Name | Description | Required |
|---|---|---|
|
|
The username for the user Type: String Default: None Constraints: Must be a valid username. |
Yes |
|
|
The password for the user Type: String Default: None Constraints: Must be a valid password. |
Yes |