sudhangi | Posts: 59

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
harishaidary | Posts: 1812

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"
}

sudhangi | Posts: 59

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.

harishaidary | Posts: 1812

Reply to: Change account to Manager

0 votes
No, it would be "type": "REGULAR"

sudhangi | Posts: 59

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