Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to know if a Trustee is an Admin
magarcia
Hello,
I've developped an application that connect to the Worksite library.
My application receives a user login, and an object id.
The goal is to know if this user has or not access to the object.
With the Security Policy, I can know the users allowed or denied. But, if my user is a Workspace Trustee Manager, he should be able to have access to the document, even if he is not in the Security Policy list.
In the Worksite Api, I cannot find a method to know if an User or a Trustee is a Workspace Admin. I've found the method "isRMAdmin" in the User object, but it is not working. Anyway, it doesn't seem to be the method I am looking for.
Could you please help me ?
Thank you !
Find more posts tagged with
Comments
william_ha
I'm not sure what you want but try isEffectiveOwner() from classes: Workspace.
magarcia
Thank you !