Authorizable coming null in Aem Cloud
Hi All
I am working on a use case to create private folder programmatically but in my local sdk when I am trying to get Authorizable object it is always coming null
Below is the code snippet
UserManager userManager = resolver.adaptTo(UserManager.class)
userManager.getAuthorizarble( “admin”):
resolver is comong from service user. Service user had admin permission