Hello,
I am trying to answer two questions with the LAPI.
1. Return all user and groups that a given username belongs to
This is accomplished with ListRights
LAPI_USERS users = new LAPI_USERS(session);
LLValue rights = new LLValue();
int userfound =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.