Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

If #If there are any questions that this document does not answer or are left unclear, send an email with your questions to support@laundrycard.com

...

User Info for current user

GET https://m.fascard.com/api/User/{userID}?AccountID={accountID}

User details of specified user.  The UserID is obtained from UserAccount or Account.

Requirements:  Account Admin or 'User Manager' privilege


Field NameTypeDescriptionNotes
EmailAddressstringEmail address
VerifyCodestringVerification code
PasswordstringUser password
NamestringUser name
Addr1stringAddress #1
Addr2stringAddress #2
CitystringCity
StatestringState
ZipCodestringZip code
MobilePhonestringMobile phone
BirthdayDateTimeBirthdayMay be NULL if n/a
NewUserboolTrue if new user
NotifyCycleCompleteboolTrue to send email when cycle is nearly complete
LanguagestringUser's preferred language

"en" = English

"es" = Spanish

UserIDintUser Rec ID
AllowEmailEditboolTrue if user is not yet validated and thus capable of modifying email
EmailVerifyRequestboolSet True to request verification emailOnly used for unverified email (AllowEmailEdit=True)

...