Whether the email used by the member has been verified.
statusstringRead-only
5 enum supported values:
UNKNOWNPENDINGAPPROVEDBLOCKEDOFFLINE
Member site access status.
PENDING: Member created and is waiting for approval by site owner.
APPROVED: Member can log in to the site.
OFFLINE: Member is a guest author for the site blog and cannot log in to the site.
BLOCKED: Member is blocked and cannot log in to the site.
UNKNOWN: Insufficient permissions to get the status.
contactIdstringRead-onlyformat GUID
Contact ID.
contactobject
Member's contact information. Contact information is stored in the
Contact List.
The full set of contact data can be accessed and managed with the
Contacts API.
profileobject
Profile display info.
privacyStatusstring
3 enum supported values:
UNKNOWNPRIVATEPUBLIC
Member privacy status.
PUBLIC: Member is visible to everyone.
PRIVATE: Member is hidden from site visitors and other site members. Member is returned only to site contributors and apps with the appropriate permissions.
UNKNOWN: Insufficient permissions to get the status.
activityStatusstringRead-only
3 enum supported values:
UNKNOWNACTIVEMUTED
Member activity status.
ACTIVE: Member can write forum posts and blog comments.
MUTED: Member cannot write forum posts or blog comments.
UNKNOWN: Insufficient permissions to get the status.
createdDatestringRead-onlyformat date-time
Date and time when the member was created.
updatedDatestringRead-onlyformat date-time
Date and time when the member was updated.
lastLoginDatestringRead-onlyformat date-time
Date and time when the member last logged in to the site.