364 results matched your search criteria
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
Forum topic
OneSpan Sign
How can I pull the subaccount user's apikey using parent account's apikey? I have called api/senders/{accountid}/apiKey and it returns 403. The same method works for the main account however.
Forum topic
OneSpan Sign
How can you have a clustered configuration with OneSpan Signon.
I have several servers which I like to have the eSignature service running on them, whats the best way to create a cluster configuration that can run the OneSpan solution in a distributive manner.
Forum topic
OneSpan Sign
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
T
Forum topic
OneSpan Sign
We use SSO so we don't sending out the invitation for users to activate their accounts. How can I programmatically activate the accounts using the .NET SDK. I can determine who's pending from the list of senders, but not sure how to update their status to ACTIVE.
Forum topic
OneSpan Sign
Guys,
We are in the process of setting up accounts and we have a few where Integration is not set.
Forum topic
OneSpan Sign
I have run the UI based transaction report and only the sender information is provided in the excel file.
I have run the delegation report which only provides me the delegation activities, nothing transaction level related.
Forum topic
OneSpan Sign
Hi Duo;
This Copy Tool question is from another customer. They are trying to migrate all templates and layouts from all senders in their Sandbox account to those same users in the Production account. I should point out that they are not using subaccounts
Forum topic
OneSpan Sign
My email address is already set up as a sender with a sandbox that is shared with others.
I want to create a separate sandbox where my email is the owner so that I can do some testing without affecting what others are working on. An email address is only to be associated with one sandbox.