UserWS

Description

The User aggregate is used to represen the details for a user of the OneGreatFamily system.

Aggregate Elements

Name Description Required

Ogfn

OneGreatFamily ID for the User

Type: UInt64

Constraints: None

No

Username

The username

Type: String

Constraints: None

Yes

Password

The users password

Type: String

Constraints: None

No

FirstName

Users First Name

Type: String

Constraints: None

No

LastName

Users last name

Type: String

Constraints: None

No

Email

Users email

Type: String

Constraints: None

No

Address1

Users address1

Type: String

Constraints: None

No

Address2

Users address2

Type: String

Constraints: None

No

City

Users city

Type: String

Constraints: None

No

State

Users state

Type: String

Constraints: None

No

Country

Users country

Type: String

Constraints: None

No

Zip

Users zip code

Type: String

Constraints: None

No

GroupOgfns

A collection of Group OGFNs representing the OneGreatFamily groups the user is a member of.

Type: Collection of UInt64

Constraints: None

No