I am trying to use the LastPass Enterprise API to add users
to a shared folder, but the "adduserstosharedfolder" command
always returns "Something went wrong" error.
- Account: LastPass Business (Super Admin)
- All other commands work (getuserdata, getsfdata)
- Tested multiple request formats, folder names, and users
- Issue persists for over 5 weeks
Request format used:
{
"cmd": "adduserstosharedfolder",
"data": {
"sharename": "Shared-client_clientA",
"username": "k-lastpassmaster@cast-er.com",
"read_only": 1,
"admin": 0
}
}
Has anyone experienced this issue? Any suggestions?