Community Tip - You can change your system assigned username to something more personal in your community settings. X
Version: Windchill 12.0
Use Case: I need to fetch the folder level access present inside a library. If I provide Username and library, then it should fetch what all access does the user have in that particular library container's folders. Please let me know if there's any API which supports this? I am using FolderAccess API but it is throwin below error. Error: Class not registered in modelRegistry.properties: com.ptc.core.security.folder.FolderAccess. ex: user might have read, download, modify access. I need to fetch these using api.
Description:
I need to fetch the folder level access present inside a library. If I provide Username and library, then it should fetch what all access does the user have in that particular library container's folders. Please let me know if there's any API which supports this?
I am using FolderAccess API but it is throwin below error.
Error: Class not registered in modelRegistry.properties: com.ptc.core.security.folder.FolderAccess.
ex: user might have read, download, modify access. I need to fetch these using api.
Hi @LT_10104055
Thank you for your question!
Please consider adding screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
Hi @LT_10104055
I can just advice to add the class to the modelRegistry.properties to solve your issue.
https://www.ptc.com/en/support/article/CS179457
PetrH