Discussions
Create User issues - Email required
Trying to create a user based off a party I have created via the party api endpoint, following the process:
Changes impacting upload member photo
Uploading a member photo recently become unavailable on our site.
investigations uncovered the following:
REST and encryption
I have a need to encrypt data for specific field - not credit card data. It's intended to run on the RiSE site (not cloud) via the web (not desktop, reporting, etc.). Is there a REST equivalent to Asi.Security.Utility.Encryptor or similar? Basic code runs in the scheduler site but not in the general site (can't find KEK file errors). If REST is available I'd like to use it. Thanks.
Remove hkeys from URLs
Is there anyway to remove the hkeys from the RiSE website URLs? See example below:
Why would I use REST?
Hi everyone!
Communication Preference link
I am trying to generate communication preference lnk using https://developer.imis.com/reference/executecommunication-1
REST - organization set company id
Hello,
Tokenizing direct debit details in AutoPay
Does anyone have a direct debit example? The documentation only has a credit card example:
https://developer.imis.com/docs/tokenizing-a-credit-card-that-is-saved-as-an-autopay-account
GroupMember delete
Hello,
UserData in Asi.Soa.Core.Contracts
We have a .NET project that uses the UserData object in Asi.Soa.Core.Contracts. It was written on 20.1.1.4 and worked until they upgraded from 20.2.49 to 20.2.65.9830 and it looks like that data contract was consolidated into another object. Does anyone know where the new equivalent is or if there is any documentation on the dll changes? Here are the lines of code having the problem:
MembershipManager membershipManager = new MembershipManager(entityManager);
UserData loggedInUser = membershipManager.FindUserByUserName(user.userName);