I'm trying to use a method from the Java API to deactivate a user.
This is for two versions of Confluence: 6.6.0 and 6.15.10. According to the documentation for 6.6.0, deactivateUser method can be used. However, for 6.15.10 version it seems that this method is deprecated. But there is not an alternative method for this. SO I was wondering if this method can be used safely.
Thanks in advance!
Regards,
Miguel.
Hello @Miguel Ángel García Gómez ,
As I can see in doc 'since 6.10.0. Use com.atlassian.confluence.user.UserAccessor
'
Could You please check this https://docs.atlassian.com/ConfluenceServer/javadoc/6.10.0/com/atlassian/confluence/user/UserAccessor.html
Best regards,
Andrey
Hello @Andrew ,
Thank you very much for your response ;) I've checked the link yo provided but if you search for "deactivateUser" it says that is one of the methods inherited from interface "bucket.user.UserAccessor". And if you click on it, the documentation said that is deprecated, but no other alternative is mentioned. So it's confusing for me :/
Regards,
Miguel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.