18 results matched your search criteria
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
Is there any concept of Groups to manage users under company account ? Or something like subaccounts?
Forum topic
OneSpan Sign
When using
ReportService.DownloadCompletionReportAsCSV
ReportService.DownloadUsageReportAsCSV
How can I specify the subaccount and/or subaccount users that I want information returned to for reports?
Forum topic
OneSpan Sign
Hi Duo
I have a customer that wants to copy the templates or Layouts from their FedRAMP Sandbox subaccount to a different Sender in a different subaccount in FedRAMP production
Forum topic
OneSpan Sign
/api/account/subaccounts call returns number of subaccounts. I was wondering if it returns more than 100 subaccounts or if not, what I should do in order to retrieve more than 100 subaccounts.
Forum topic
OneSpan Sign
We currently use subaccounts and to get the role of a user within a subaccount we have to check within each subaccount to see if they have access using the REST below
/account/senders/{senderId}/account/{subaccountId}/roles"
Forum topic
OneSpan Sign
We have been able to use the Bulk Invite Sender Tool to bulk provision users. Is there a way once someone is created in OneSpan that I can programmatically assign their role within a subaccount.
Forum topic
OneSpan Sign
Does anyone have a .NET c# sample code for the subaccount calls?
Forum topic
OneSpan Sign
How to get the relation ship between sub accounts through get api
so that i can programatically create relation ships while creating a sub account
(parent > child > grandchild)
Forum topic
OneSpan Sign
We are using subaccounts and I want to see what senders have rights in the main account and each subaccount. Any suggestions on the API call to use? I have access to the sender API keys and unique IDs if that helps.