sudhangi

Change account to Manager

0 votes
Hi, Is there an API or Java SDK option in eSL to change a regular user to Manager and vice-a-versa? Thanks, Sudhangi

Approved Answer

Reply to: Change account to Manager

0 votes
Hi Sudhangi, You can make an API call to grant a sender manager privileges:
POST https://sandbox.esignlive.com/api/account/senders/{senderId} 

{
    "type": "MANAGER"
}
Haris Haidary OneSpan Technical Consultant

Reply to: Change account to Manager

0 votes
Hi Harris, Appreciate your response. In case the user has to be changed from MANAGER to regular user is the "type":"SENDER"? Thank you.

Reply to: Change account to Manager

0 votes
No, it would be "type": "REGULAR"
Haris Haidary OneSpan Technical Consultant

Reply to: Change account to Manager

0 votes
Okay . Thanks.

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off