status property
The current membership status of the member account. The status can have one of the following values:
-
INVITED
- Indicates that the member was sent an invitation but has not yet responded. -
VERIFICATION_IN_PROGRESS
- Indicates that Detective is verifying that the account identifier and email address provided for the member account match. If they do match, then Detective sends the invitation. If the email address and account identifier don't match, then the member cannot be added to the behavior graph. -
VERIFICATION_FAILED
- Indicates that the account and email address provided for the member account do not match, and Detective did not send an invitation to the account. -
ENABLED
- Indicates that the member account accepted the invitation to contribute to the behavior graph. -
ACCEPTED_BUT_DISABLED
- Indicates that the member account accepted the invitation but is prevented from contributing data to the behavior graph.DisabledReason
provides the reason why the member account is not enabled.
Implementation
final MemberStatus? status;