Check the participant's access right
Retrieve the access rights of a specific participant to determine which features and functionalities they can access within the WealthCare Portal. This operation is useful for validating permissions before allowing actions that require specific access rights.
Request
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
employerId string Required
Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.
-
participantId string Required
Unique identifier for the participant user whose feature information is being retrieved.
-
accessAttributes enum<string>
A bit field representing one or more AccessAttributes enumeration values. This parameter is used to check if the participant has access to specific features or functionalities. To request multiple attributes, sum their corresponding values as per the bit field guide.
Possible values:NoneAllowParticipantClaimEntryAllowParticipantReceiptUploadAllowParticipantPayProviderAllowParticipantEmailUpdatesAllowParticipantEmailAdminAllowParticipantAccessDependentInfoAllowParticipantRequestNewCardAllowParticipantUpdateDemoInfoAllowParticipantUpdateDirectDepositInfoAllowParticipantViewDirectDepositInfoAllowParticipantClaimsCrossOverAllowParticipantCommunicationSelectionAllowEmpeSelfCreationAllowParticipantUpdateAutoReimbSettingsAllowParticipantAddDependentAllowParticipantLinkDependentAccountAllowParticipantCreateDependentCardAllowParticipantRequireDependentDOBSSNAllowParticipantCardReimbursementIsEligibleEnrollGetAcctClassificationGetInnoPartnersGetParticipantPortalAccessInfoEmployerNoDebitCardDirectDepositBankAccountValidationAllowParticipantOnlineRepaymentAllowOfflineSAAuthenticationTokenAllowSAFeatureOnOffAllowParticipantTransaction -
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.
Response
-
AcctsWaitingAdditionalInformation array <string>
Returns Flex Account ID for the HSA account(s) in Awaiting Additional Information status
-
ParticipantAccessRights enum<string>
AccessAttributes Enumeration values is used to determine whether participant has access to particular feature / functionality / page.
Possible values:NoneAllowParticipantClaimEntryAllowParticipantReceiptUploadAllowParticipantPayProviderAllowParticipantEmailUpdatesAllowParticipantEmailAdminAllowParticipantAccessDependentInfoAllowParticipantRequestNewCardAllowParticipantUpdateDemoInfoAllowParticipantUpdateDirectDepositInfoAllowParticipantViewDirectDepositInfoAllowParticipantClaimsCrossOverAllowParticipantCommunicationSelectionAllowEmpeSelfCreationAllowParticipantUpdateAutoReimbSettingsAllowParticipantAddDependentAllowParticipantLinkDependentAccountAllowParticipantCreateDependentCardAllowParticipantRequireDependentDOBSSNAllowParticipantCardReimbursementIsEligibleEnrollGetAcctClassificationGetInnoPartnersGetParticipantPortalAccessInfoEmployerNoDebitCardDirectDepositBankAccountValidationAllowParticipantOnlineRepaymentAllowOfflineSAAuthenticationTokenAllowSAFeatureOnOff -
InnoPartnerIds array <string>
Displays a list of Innovation Partner IDs that are enabled for a participant. Innovation partners are controlled by Alegeus and include vendors like FSA Store, HSA Store, etc. This value will be null if no innovation partners are enabled for this participant.
-
AcctTypeClasses array <object>
If GetAcctClassification is a requested attribute, this will be populated with the account types which the participant can see. Valid values are FSA, HRA, HSA, VEBA, Deductible, Transit, Parking and Other. If GetAcctClassification is not requested, this will be null.
-
Description string
Account type class information, valid values are FSA, HRA, HSA, VEBA, Deductible, Transit, Parking and Other.
-
HasType boolean
Determines specified account type class exists or not, value can be True or False.
-
-
AcctsWaitingAdditionalInformation array <string>
Returns Flex Account ID for the HSA account(s) in Awaiting Additional Information status
-
ParticipantAccessRights enum<string>
AccessAttributes Enumeration values is used to determine whether participant has access to particular feature / functionality / page.
Possible values:NoneAllowParticipantClaimEntryAllowParticipantReceiptUploadAllowParticipantPayProviderAllowParticipantEmailUpdatesAllowParticipantEmailAdminAllowParticipantAccessDependentInfoAllowParticipantRequestNewCardAllowParticipantUpdateDemoInfoAllowParticipantUpdateDirectDepositInfoAllowParticipantViewDirectDepositInfoAllowParticipantClaimsCrossOverAllowParticipantCommunicationSelectionAllowEmpeSelfCreationAllowParticipantUpdateAutoReimbSettingsAllowParticipantAddDependentAllowParticipantLinkDependentAccountAllowParticipantCreateDependentCardAllowParticipantRequireDependentDOBSSNAllowParticipantCardReimbursementIsEligibleEnrollGetAcctClassificationGetInnoPartnersGetParticipantPortalAccessInfoEmployerNoDebitCardDirectDepositBankAccountValidationAllowParticipantOnlineRepaymentAllowOfflineSAAuthenticationTokenAllowSAFeatureOnOff -
InnoPartnerIds array <string>
Displays a list of Innovation Partner IDs that are enabled for a participant. Innovation partners are controlled by Alegeus and include vendors like FSA Store, HSA Store, etc. This value will be null if no innovation partners are enabled for this participant.
-
AcctTypeClasses array <object>
If GetAcctClassification is a requested attribute, this will be populated with the account types which the participant can see. Valid values are FSA, HRA, HSA, VEBA, Deductible, Transit, Parking and Other. If GetAcctClassification is not requested, this will be null.
-
Description string
Account type class information, valid values are FSA, HRA, HSA, VEBA, Deductible, Transit, Parking and Other.
-
HasType boolean
Determines specified account type class exists or not, value can be True or False.
-
No response yet.
No response yet.