UserLogin

Description

The UserLogin operation allows you to retrieve the user record for a user of OneGreatfamily system.

History

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}

Request Parameters

Name Description Required

Username

The username for the user

Type: String

Default: None

Constraints: Must be a valid username.

Yes

Password

The password for the user

Type: String

Default: None

Constraints: Must be a valid password.

Yes

Response Elements

Name Description

User

This operation returns a UserWS aggregate upon success. Otherwise an error is returned.

Type: UserWS